public interface MSorter
| Modifier and Type | Field and Description |
|---|---|
static TemplateClassDefinition<MSorter> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
SelectionVector4 |
getSV4() |
void |
setup(FragmentContext context,
BufferAllocator allocator,
SelectionVector4 vector4,
VectorContainer hyperBatch,
int outputBatchSize,
int desiredBatchSize) |
void |
sort() |
static final TemplateClassDefinition<MSorter> TEMPLATE_DEFINITION
void setup(FragmentContext context, BufferAllocator allocator, SelectionVector4 vector4, VectorContainer hyperBatch, int outputBatchSize, int desiredBatchSize) throws SchemaChangeException
SchemaChangeExceptionvoid sort()
SelectionVector4 getSV4()
void clear()
Copyright © 2021 The Apache Software Foundation. All rights reserved.