Interface Projector
- All Known Implementing Classes:
ProjectorTemplate
public interface Projector
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
projectRecords
(RecordBatch incomingBatch, int startIndex, int recordCount, int firstOutputIndex) void
setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers)
-
Field Details
-
TEMPLATE_DEFINITION
-
-
Method Details
-
setup
void setup(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) throws SchemaChangeException - Throws:
SchemaChangeException
-
projectRecords
int projectRecords(RecordBatch incomingBatch, int startIndex, int recordCount, int firstOutputIndex)
-