Uses of Interface
org.apache.druid.segment.transform.RowFunction
-
Packages that use RowFunction Package Description org.apache.druid.segment.transform -
-
Uses of RowFunction in org.apache.druid.segment.transform
Methods in org.apache.druid.segment.transform that return RowFunction Modifier and Type Method Description RowFunctionExpressionTransform. getRowFunction()RowFunctionTransform. getRowFunction()Returns the function for this transform.Constructor parameters in org.apache.druid.segment.transform with type arguments of type RowFunction Constructor Description TransformedInputRow(InputRow row, Map<String,RowFunction> transforms)
-