public interface SampleCopier
| Modifier and Type | Field and Description |
|---|---|
static TemplateClassDefinition<SampleCopier> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
copyRecords(int skip,
int start,
int total) |
int |
getOutputRecords() |
void |
setupCopier(FragmentContext context,
SelectionVector4 sv4,
VectorAccessible incoming,
VectorAccessible outgoing) |
static final TemplateClassDefinition<SampleCopier> TEMPLATE_DEFINITION
void setupCopier(FragmentContext context, SelectionVector4 sv4, VectorAccessible incoming, VectorAccessible outgoing) throws SchemaChangeException
SchemaChangeExceptionboolean copyRecords(int skip,
int start,
int total)
int getOutputRecords()
Copyright © 2021 The Apache Software Foundation. All rights reserved.