Class StringRuntimeShape
java.lang.Object
org.apache.druid.query.monomorphicprocessing.StringRuntimeShape
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);-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringof(HotLoopCallee hotLoopCallee) static Stringof(HotLoopCallee... hotLoopCallees)
-
Method Details
-
of
-
of
-