StreamState¶
-
class
vertica_sdk.StreamState¶ State of stream processing.
UDX methods which process a
vertica_sdk.InputBufferreturn this state to Vertica to indicate how stream processing should proceed.-
INPUT_NEEDEDMore input data is required to continue processing the stream.¶
-
OUTPUT_NEEDEDMore output space is needed to continue processing the stream.¶
-
DONEStream processing has completed.¶
-
REJECT(rejected_record)¶ Data from the stream is invalid. rejected_record should be a
vertica_sdk.RejectedRecordobject.
-
KEEP_GOINGStream processing must block before consuming any more input or producing any more output.¶
-
CHUNK_ALIGNEDA block boundary has been identified.¶
-