public class Transformer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transformer.TransformedInputRow |
| Modifier and Type | Method and Description |
|---|---|
io.druid.data.input.InputRow |
transform(io.druid.data.input.InputRow row)
Transforms an input row, or returns null if the row should be filtered out.
|
@Nullable public io.druid.data.input.InputRow transform(@Nullable io.druid.data.input.InputRow row)
row - the input rowCopyright © 2011–2018. All rights reserved.