Uses of Interface
org.apache.druid.segment.transform.RowFunction
Packages that use RowFunction
-
Uses of RowFunction in org.apache.druid.segment.transform
Methods in org.apache.druid.segment.transform that return RowFunctionModifier and TypeMethodDescriptionExpressionTransform.getRowFunction()Transform.getRowFunction()Returns the function for this transform.Constructor parameters in org.apache.druid.segment.transform with type arguments of type RowFunctionModifierConstructorDescriptionTransformedInputRow(InputRow row, Map<String, RowFunction> transforms)