Interface OrderedPartitionProjector
- All Known Implementing Classes:
OrderedPartitionProjectorTemplate
public interface OrderedPartitionProjector
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
projectRecords
(int recordCount, int firstOutputIndex) void
setup
(FragmentContext context, VectorAccessible incoming, RecordBatch outgoing, List<TransferPair> transfers, VectorContainer partitionVectors, int partitions, SchemaPath outputField)
-
Field Details
-
TEMPLATE_DEFINITION
-
-
Method Details
-
setup
void setup(FragmentContext context, VectorAccessible incoming, RecordBatch outgoing, List<TransferPair> transfers, VectorContainer partitionVectors, int partitions, SchemaPath outputField) throws SchemaChangeException - Throws:
SchemaChangeException
-
projectRecords
int projectRecords(int recordCount, int firstOutputIndex)
-