Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetResultSetMetadataResp
-
Packages that use TGetResultSetMetadataResp Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.common com.databricks.jdbc.common.util com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetResultSetMetadataResp in com.databricks.jdbc.api.impl
Constructors in com.databricks.jdbc.api.impl with parameters of type TGetResultSetMetadataResp Constructor Description DatabricksResultSetMetaData(StatementId statementId, TGetResultSetMetadataResp resultManifest, long rows, long chunkCount, List<String> arrowMetadata, IDatabricksConnectionContext ctx)Constructs aDatabricksResultSetMetaDataobject for a Thrift-based result set. -
Uses of TGetResultSetMetadataResp in com.databricks.jdbc.common
Methods in com.databricks.jdbc.common with parameters of type TGetResultSetMetadataResp Modifier and Type Method Description static CompressionCodecCompressionCodec. getCompressionMapping(TGetResultSetMetadataResp metadataResp) -
Uses of TGetResultSetMetadataResp in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TGetResultSetMetadataResp Modifier and Type Method Description static intDatabricksThriftUtil. getColumnCount(TGetResultSetMetadataResp resultManifest) -
Uses of TGetResultSetMetadataResp in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetResultSetMetadataResp Modifier and Type Field Description TGetResultSetMetadataRespTFetchResultsResp. resultSetMetadataTGetResultSetMetadataRespTSparkDirectResults. resultSetMetadataTGetResultSetMetadataRespTCLIService.GetResultSetMetadata_result. successMethods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TGetResultSetMetadataResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp>TCLIService.AsyncProcessor.GetResultSetMetadata. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetResultSetMetadataResp Modifier and Type Method Description intTGetResultSetMetadataResp. compareTo(TGetResultSetMetadataResp other)booleanTGetResultSetMetadataResp. equals(TGetResultSetMetadataResp that)TFetchResultsRespTFetchResultsResp. setResultSetMetadata(TGetResultSetMetadataResp resultSetMetadata)TSparkDirectResultsTSparkDirectResults. setResultSetMetadata(TGetResultSetMetadataResp resultSetMetadata)TCLIService.GetResultSetMetadata_resultTCLIService.GetResultSetMetadata_result. setSuccess(TGetResultSetMetadataResp success)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetResultSetMetadataResp Modifier and Type Method Description voidTCLIService.AsyncClient. GetResultSetMetadata(TGetResultSetMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp> resultHandler)voidTCLIService.AsyncIface. GetResultSetMetadata(TGetResultSetMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp> resultHandler)voidTCLIService.AsyncProcessor.GetResultSetMetadata. start(I iface, TCLIService.GetResultSetMetadata_args args, org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp> resultHandler)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetResultSetMetadataResp Constructor Description GetResultSetMetadata_result(TGetResultSetMetadataResp success)TGetResultSetMetadataResp(TGetResultSetMetadataResp other)Performs a deep copy on other.Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetResultSetMetadataResp Constructor Description GetResultSetMetadata_call(TGetResultSetMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-