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(com.databricks.sdk.service.sql.StatementStatus statementStatus, StatementId statementId, TFetchResultsResp resultsResp, StatementType statementType, IDatabricksStatementInternal parentStatement, IDatabricksSession session) -
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 ArrowStreamResult(TFetchResultsResp resultsResp, boolean isInlineArrow, IDatabricksStatementInternal parentStatementId, IDatabricksSession session) -
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) -
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)
-