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.-
OKThe input is at the start or in the middle of the stream.¶
-
END_OF_FILEThe input is the end of the stream. No further data is available.¶
-