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