public abstract class AbstractDeferredRecordOperator extends DeferredCompositeOperator implements RecordPipelineOperator
DeferredCompositeOperator
's that are
also RecordPipelineOperator
's. Declares an input port and an
output port of type RecordPort
so that subclasses don't need to.Modifier and Type | Field and Description |
---|---|
protected RecordPort |
input
The input port
|
protected RecordPort |
output
The output port
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractDeferredRecordOperator()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
getInput()
Returns the input port
|
RecordPort |
getOutput()
Returns the output port
|
compose, computeMetadata, computeOutputTypes
disableParallelism, getInputPorts, getOutputPorts, newInput, newInput, newOutput, newRecordInput, newRecordInput, newRecordOutput, notifyError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disableParallelism, getInputPorts, getOutputPorts
protected final RecordPort input
protected final RecordPort output
protected AbstractDeferredRecordOperator()
public RecordPort getInput()
PipelineOperator
getInput
in interface PipelineOperator<RecordPort>
public RecordPort getOutput()
PipelineOperator
getOutput
in interface PipelineOperator<RecordPort>
Copyright © 2019 Actian Corporation. All rights reserved.