InputState¶
-
class
vertica_sdk.
InputState
¶ State of the current window in a raw input stream.
Vertica supplies this state as an argument to UDX methods which process a
vertica_sdk.InputBuffer
.-
OK
The input is at the start or in the middle of the stream.¶
-
END_OF_FILE
The input is the end of the stream. No further data is available.¶
-