Class StringRuntimeShape

java.lang.Object
org.apache.druid.query.monomorphicprocessing.StringRuntimeShape

public final class StringRuntimeShape extends Object
Class to be used to obtain String representation of runtime shape of one or several HotLoopCallees. Example: String offsetShape = StringRuntimeShape.of(offset); String dimensionSelectorShape = StringRuntimeShape.of(dimensionSelector);