Uses of Class
com.databricks.jdbc.api.impl.streaming.ThriftStreamingProvider
-
Packages that use ThriftStreamingProvider Package Description com.databricks.jdbc.api.impl.streaming -
-
Uses of ThriftStreamingProvider in com.databricks.jdbc.api.impl.streaming
Methods in com.databricks.jdbc.api.impl.streaming that return ThriftStreamingProvider 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.static ThriftStreamingProvider<ArrowResultChunk>ThriftStreamingProvider. forInlineArrow(ThriftBatchFetcher fetcher, TFetchResultsResp initialResponse, StatementId statementId, int maxBatchesInMemory, int timeoutSeconds)Creates a streaming provider for Inline Arrow results.
-