Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkDirectResults
Packages that use TSparkDirectResults
Package
Description
-
Uses of TSparkDirectResults in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TSparkDirectResultsModifier and TypeMethodDescriptionstatic voidDatabricksThriftUtil.checkDirectResultsForErrorStatus(TSparkDirectResults directResults, String context, String statementId) -
Uses of TSparkDirectResults in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TSparkDirectResultsFields in com.databricks.jdbc.model.client.thrift.generated declared as TSparkDirectResultsModifier and TypeFieldDescriptionTExecuteStatementResp.directResultsTGetCatalogsResp.directResultsTGetColumnsResp.directResultsTGetCrossReferenceResp.directResultsTGetFunctionsResp.directResultsTGetPrimaryKeysResp.directResultsTGetSchemasResp.directResultsTGetTablesResp.directResultsTGetTableTypesResp.directResultsTGetTypeInfoResp.directResultsMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkDirectResultsModifier and TypeMethodDescriptionTSparkDirectResults.deepCopy()TExecuteStatementResp.getDirectResults()TGetCatalogsResp.getDirectResults()TGetColumnsResp.getDirectResults()TGetCrossReferenceResp.getDirectResults()TGetFunctionsResp.getDirectResults()TGetPrimaryKeysResp.getDirectResults()TGetSchemasResp.getDirectResults()TGetTablesResp.getDirectResults()TGetTableTypesResp.getDirectResults()TGetTypeInfoResp.getDirectResults()TSparkDirectResults.setCloseOperation(TCloseOperationResp closeOperation) TSparkDirectResults.setOperationStatus(TGetOperationStatusResp operationStatus) TSparkDirectResults.setResultSet(TFetchResultsResp resultSet) TSparkDirectResults.setResultSetMetadata(TGetResultSetMetadataResp resultSetMetadata) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkDirectResultsModifier and TypeMethodDescriptionintTSparkDirectResults.compareTo(TSparkDirectResults other) booleanTSparkDirectResults.equals(TSparkDirectResults that) TExecuteStatementResp.setDirectResults(TSparkDirectResults directResults) TGetCatalogsResp.setDirectResults(TSparkDirectResults directResults) TGetColumnsResp.setDirectResults(TSparkDirectResults directResults) TGetCrossReferenceResp.setDirectResults(TSparkDirectResults directResults) TGetFunctionsResp.setDirectResults(TSparkDirectResults directResults) TGetPrimaryKeysResp.setDirectResults(TSparkDirectResults directResults) TGetSchemasResp.setDirectResults(TSparkDirectResults directResults) TGetTablesResp.setDirectResults(TSparkDirectResults directResults) TGetTableTypesResp.setDirectResults(TSparkDirectResults directResults) TGetTypeInfoResp.setDirectResults(TSparkDirectResults directResults) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkDirectResultsModifierConstructorDescriptionPerforms a deep copy on other.