TEMPLATE_DEFINITION2, TEMPLATE_DEFINITION4| Constructor and Description |
|---|
FilterTemplate2() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
doEval(int inIndex,
int outIndex) |
abstract void |
doSetup(FragmentContext context,
RecordBatch incoming,
RecordBatch outgoing) |
void |
filterBatch(int recordCount) |
void |
setup(FragmentContext context,
RecordBatch incoming,
RecordBatch outgoing,
TransferPair[] transfers) |
public void setup(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers) throws SchemaChangeException
setup in interface FiltererSchemaChangeExceptionpublic void filterBatch(int recordCount)
throws SchemaChangeException
filterBatch in interface FiltererSchemaChangeExceptionpublic abstract void doSetup(@Named(value="context")
FragmentContext context,
@Named(value="incoming")
RecordBatch incoming,
@Named(value="outgoing")
RecordBatch outgoing)
throws SchemaChangeException
SchemaChangeExceptionpublic abstract boolean doEval(@Named(value="inIndex")
int inIndex,
@Named(value="outIndex")
int outIndex)
throws SchemaChangeException
SchemaChangeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.