public interface RecordSourceOperator extends SourceOperator<RecordPort>
SourceOperator
, specific to RecortPort's. Implemented
by classes that produce but do not consume record data.SourceOperator
Modifier and Type | Method and Description |
---|---|
RecordPort |
getOutput()
Gets the record port providing the output data from the source.
|
disableParallelism, getInputPorts, getOutputPorts
RecordPort getOutput()
getOutput
in interface SourceOperator<RecordPort>
Copyright © 2020 Actian Corporation. All rights reserved.