Uses of Class
com.databricks.jdbc.api.impl.ColumnarRowView
-
Packages that use ColumnarRowView Package Description com.databricks.jdbc.api.impl.streaming com.databricks.jdbc.common.util -
-
Uses of ColumnarRowView in com.databricks.jdbc.api.impl.streaming
Methods in com.databricks.jdbc.api.impl.streaming that return types with arguments of type ColumnarRowView Modifier and Type Method Description static ThriftStreamingProvider<ColumnarRowView>ThriftStreamingProvider. forColumnar(ThriftBatchFetcher fetcher, TFetchResultsResp initialResponse, int maxBatchesInMemory, int timeoutSeconds)Creates a streaming provider for Thrift Columnar results.Consumer<ColumnarRowView>ColumnarResponseProcessor. getReleaseAction()StreamingBatch<ColumnarRowView>ColumnarResponseProcessor. processInitialResponse(TFetchResultsResp response)StreamingBatch<ColumnarRowView>ColumnarResponseProcessor. processResponse(TFetchResultsResp response, long batchIndex, long rowOffset) -
Uses of ColumnarRowView in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return ColumnarRowView Modifier and Type Method Description static ColumnarRowViewDatabricksThriftUtil. createColumnarView(TRowSet rowSet)Memory-efficient alternative that creates a columnar view instead of materializing all rows.
-