public class Transformer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transformer.TransformedInputRow |
| Modifier and Type | Method and Description |
|---|---|
InputRow |
transform(InputRow row)
Transforms an input row, or returns null if the row should be filtered out.
|
InputRowListPlusRawValues |
transform(InputRowListPlusRawValues row) |
@Nullable public InputRow transform(@Nullable InputRow row)
row - the input row@Nullable public InputRowListPlusRawValues transform(@Nullable InputRowListPlusRawValues row)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.