Uses of Class
com.databricks.jdbc.api.impl.streaming.StreamingBatch
-
Packages that use StreamingBatch Package Description com.databricks.jdbc.api.impl.streaming -
-
Uses of StreamingBatch in com.databricks.jdbc.api.impl.streaming
Methods in com.databricks.jdbc.api.impl.streaming that return StreamingBatch Modifier and Type Method Description StreamingBatch<T>ThriftStreamingProvider. getCurrentBatch()Gets the current batch with type-safe data access.StreamingBatch<ColumnarRowView>ColumnarResponseProcessor. processInitialResponse(TFetchResultsResp response)StreamingBatch<ArrowResultChunk>InlineArrowResponseProcessor. processInitialResponse(TFetchResultsResp response)StreamingBatch<T>ThriftResponseProcessor. processInitialResponse(TFetchResultsResp response)Processes the initial response and returns batch data.StreamingBatch<ColumnarRowView>ColumnarResponseProcessor. processResponse(TFetchResultsResp response, long batchIndex, long rowOffset)StreamingBatch<ArrowResultChunk>InlineArrowResponseProcessor. processResponse(TFetchResultsResp response, long batchIndex, long rowOffset)StreamingBatch<T>ThriftResponseProcessor. processResponse(TFetchResultsResp response, long batchIndex, long rowOffset)Processes a fetched response and returns batch data.
-