public interface Filter extends Serializable, ColumnOp
| Modifier and Type | Method and Description |
|---|---|
Schema |
getInputSchema()
Getter for input schema
|
boolean |
removeExample(List<Writable> writables) |
boolean |
removeExample(Object example) |
boolean |
removeSequence(List<List<Writable>> sequence) |
boolean |
removeSequence(Object sequence) |
void |
setInputSchema(Schema schema)
Set the input schema.
|
columnName, columnNames, outputColumnName, outputColumnNames, transformboolean removeExample(Object example)
example - Exampleboolean removeSequence(Object sequence)
sequence - sequence exampleboolean removeExample(List<Writable> writables)
writables - Exampleboolean removeSequence(List<List<Writable>> sequence)
sequence - sequence examplevoid setInputSchema(Schema schema)
ColumnOpsetInputSchema in interface ColumnOpschema - Schema getInputSchema()
ColumnOpgetInputSchema in interface ColumnOpCopyright © 2017. All rights reserved.