Class Transformer
- java.lang.Object
-
- org.apache.druid.segment.transform.Transformer
-
public class Transformer extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputRowtransform(InputRow row)Transforms an input row, or returns null if the row should be filtered out.InputRowListPlusRawValuestransform(InputRowListPlusRawValues row)
-
-
-
Method Detail
-
transform
@Nullable public InputRow transform(@Nullable InputRow row)
Transforms an input row, or returns null if the row should be filtered out.- Parameters:
row- the input row
-
transform
@Nullable public InputRowListPlusRawValues transform(@Nullable InputRowListPlusRawValues row)
-
-