Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TFetchResultsResp
-
-
Uses of TFetchResultsResp in com.databricks.jdbc.api.impl
Constructors in com.databricks.jdbc.api.impl with parameters of type TFetchResultsResp Constructor Description DatabricksResultSet(StatementStatus statementStatus, StatementId statementId, TFetchResultsResp resultsResp, StatementType statementType, IDatabricksStatementInternal parentStatement, IDatabricksSession session)LazyThriftResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new LazyThriftResult that lazily fetches data on demand. -
Uses of TFetchResultsResp in com.databricks.jdbc.api.impl.arrow
Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type TFetchResultsResp Constructor Description AbstractRemoteChunkProvider(IDatabricksStatementInternal parentStatement, TFetchResultsResp resultsResp, IDatabricksSession session, IDatabricksHttpClient httpClient, int maxParallelChunkDownloadsPerQuery, CompressionCodec compressionCodec)ArrowStreamResult(TFetchResultsResp resultsResp, IDatabricksStatementInternal parentStatementId, IDatabricksSession session)LazyThriftInlineArrowResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new LazyThriftInlineArrowResult that lazily fetches arrow data on demand.StreamingInlineArrowResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new StreamingInlineArrowResult. -
Uses of TFetchResultsResp in com.databricks.jdbc.api.impl.arrow.incubator
Constructors in com.databricks.jdbc.api.impl.arrow.incubator with parameters of type TFetchResultsResp Constructor Description RemoteChunkProviderV2(IDatabricksStatementInternal parentStatement, TFetchResultsResp resultsResp, IDatabricksSession session, IDatabricksHttpClient httpClient, int maxParallelChunkDownloadsPerQuery, CompressionCodec compressionCodec) -
Uses of TFetchResultsResp in com.databricks.jdbc.api.impl.streaming
Methods in com.databricks.jdbc.api.impl.streaming with parameters of type TFetchResultsResp 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.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. -
Uses of TFetchResultsResp in com.databricks.jdbc.api.impl.thrift
Methods in com.databricks.jdbc.api.impl.thrift that return TFetchResultsResp Modifier and Type Method Description TFetchResultsRespThriftBatchFetcher. fetchNextBatch()Fetches the next batch of results from the server.TFetchResultsRespThriftBatchFetcherImpl. fetchNextBatch()Constructors in com.databricks.jdbc.api.impl.thrift with parameters of type TFetchResultsResp Constructor Description StreamingColumnarResult(TFetchResultsResp initialResponse, IDatabricksStatementInternal statement, IDatabricksSession session)Creates a new StreamingColumnarResult. -
Uses of TFetchResultsResp in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TFetchResultsResp Modifier and Type Method Description static List<List<Object>>DatabricksThriftUtil. convertColumnarToRowBased(TFetchResultsResp resultsResp, IDatabricksStatementInternal parentStatement, IDatabricksSession session)static ByteArrayInputStreamArrowUtil. createArrowByteStream(byte[] cachedSchema, TFetchResultsResp response, Class<?> callerClass)Creates a ByteArrayInputStream containing Arrow IPC data from the response.static longArrowUtil. getTotalRowsInResponse(TFetchResultsResp response)Gets the total row count from all Arrow batches in the response. -
Uses of TFetchResultsResp in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient that return TFetchResultsResp Modifier and Type Method Description TFetchResultsRespIDatabricksClient. getMoreResults(IDatabricksStatementInternal parentStatement) -
Uses of TFetchResultsResp in com.databricks.jdbc.dbclient.impl.sqlexec
Methods in com.databricks.jdbc.dbclient.impl.sqlexec that return TFetchResultsResp Modifier and Type Method Description TFetchResultsRespDatabricksSdkClient. getMoreResults(IDatabricksStatementInternal parentStatement) -
Uses of TFetchResultsResp in com.databricks.jdbc.dbclient.impl.thrift
Methods in com.databricks.jdbc.dbclient.impl.thrift that return TFetchResultsResp Modifier and Type Method Description TFetchResultsRespDatabricksThriftServiceClient. getMoreResults(IDatabricksStatementInternal parentStatement) -
Uses of TFetchResultsResp in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TFetchResultsResp Modifier and Type Field Description TFetchResultsRespTSparkDirectResults. resultSetTFetchResultsRespTCLIService.FetchResults_result. successMethods in com.databricks.jdbc.model.client.thrift.generated that return TFetchResultsResp Modifier and Type Method Description TFetchResultsRespTFetchResultsResp. deepCopy()TFetchResultsRespTCLIService.Client. FetchResults(TFetchResultsReq req)TFetchResultsRespTCLIService.Iface. FetchResults(TFetchResultsReq req)TFetchResultsRespTCLIService.AsyncClient.FetchResults_call. getResult()TFetchResultsRespTSparkDirectResults. getResultSet()TFetchResultsRespTCLIService.FetchResults_result. getSuccess()TFetchResultsRespTCLIService.Client. recv_FetchResults()TFetchResultsRespTFetchResultsResp. setHasMoreRows(boolean hasMoreRows)TFetchResultsRespTFetchResultsResp. setResults(TRowSet results)TFetchResultsRespTFetchResultsResp. setResultSetMetadata(TGetResultSetMetadataResp resultSetMetadata)TFetchResultsRespTFetchResultsResp. setStatus(TStatus status)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TFetchResultsResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp>TCLIService.AsyncProcessor.FetchResults. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TFetchResultsResp Modifier and Type Method Description intTFetchResultsResp. compareTo(TFetchResultsResp other)booleanTFetchResultsResp. equals(TFetchResultsResp that)TSparkDirectResultsTSparkDirectResults. setResultSet(TFetchResultsResp resultSet)TCLIService.FetchResults_resultTCLIService.FetchResults_result. setSuccess(TFetchResultsResp success)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TFetchResultsResp Modifier and Type Method Description voidTCLIService.AsyncClient. FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler)voidTCLIService.AsyncIface. FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler)voidTCLIService.AsyncProcessor.FetchResults. start(I iface, TCLIService.FetchResults_args args, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TFetchResultsResp Constructor Description FetchResults_result(TFetchResultsResp success)TFetchResultsResp(TFetchResultsResp other)Performs a deep copy on other.Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TFetchResultsResp Constructor Description FetchResults_call(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-