Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TFetchResultsResp
-
Packages that use TFetchResultsResp Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TFetchResultsResp in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons that return TFetchResultsResp Modifier and Type Method Description TFetchResultsRespDatabricksThriftAccessor. getResultSetResp(TOperationHandle operationHandle, String context) -
Uses of TFetchResultsResp in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated declared as TFetchResultsResp Modifier and Type Field Description TFetchResultsRespTSparkDirectResults. resultSetTFetchResultsRespTCLIService.FetchResults_result. successMethods in com.databricks.jdbc.client.impl.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.client.impl.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.client.impl.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.client.impl.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.client.impl.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.client.impl.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)
-