public interface MergingReceiverGeneratorBase
| Modifier and Type | Field and Description |
|---|---|
static TemplateClassDefinition<MergingReceiverGeneratorBase> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
void |
doCopy(int inIndex,
int outIndex) |
int |
doEval(int leftIndex,
int rightIndex) |
void |
doSetup(FragmentContext context,
VectorAccessible incoming,
VectorAccessible outgoing) |
static final TemplateClassDefinition<MergingReceiverGeneratorBase> TEMPLATE_DEFINITION
void doSetup(FragmentContext context, VectorAccessible incoming, VectorAccessible outgoing) throws SchemaChangeException
SchemaChangeExceptionint doEval(int leftIndex,
int rightIndex)
throws SchemaChangeException
SchemaChangeExceptionvoid doCopy(int inIndex,
int outIndex)
throws SchemaChangeException
SchemaChangeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.