public interface OrderedPartitionProjector
| Modifier and Type | Field and Description |
|---|---|
static TemplateClassDefinition<OrderedPartitionProjector> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
int |
projectRecords(int recordCount,
int firstOutputIndex) |
void |
setup(FragmentContext context,
VectorAccessible incoming,
RecordBatch outgoing,
List<TransferPair> transfers,
VectorContainer partitionVectors,
int partitions,
SchemaPath outputField) |
static final TemplateClassDefinition<OrderedPartitionProjector> TEMPLATE_DEFINITION
void setup(FragmentContext context, VectorAccessible incoming, RecordBatch outgoing, List<TransferPair> transfers, VectorContainer partitionVectors, int partitions, SchemaPath outputField) throws SchemaChangeException
SchemaChangeExceptionint projectRecords(int recordCount,
int firstOutputIndex)
Copyright © 2021 The Apache Software Foundation. All rights reserved.