Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkDirectResults
-
Packages that use TSparkDirectResults Package Description com.databricks.jdbc.common.util com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TSparkDirectResults in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TSparkDirectResults Modifier and Type Method Description static voidDatabricksThriftUtil. checkDirectResultsForErrorStatus(TSparkDirectResults directResults, String context, String statementId) -
Uses of TSparkDirectResults in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TSparkDirectResults Modifier and Type Field Description TSparkDirectResultsTExecuteStatementResp. directResultsTSparkDirectResultsTGetCatalogsResp. directResultsTSparkDirectResultsTGetColumnsResp. directResultsTSparkDirectResultsTGetCrossReferenceResp. directResultsTSparkDirectResultsTGetFunctionsResp. directResultsTSparkDirectResultsTGetPrimaryKeysResp. directResultsTSparkDirectResultsTGetSchemasResp. directResultsTSparkDirectResultsTGetTablesResp. directResultsTSparkDirectResultsTGetTableTypesResp. directResultsTSparkDirectResultsTGetTypeInfoResp. directResultsConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkDirectResults Constructor Description TSparkDirectResults(TSparkDirectResults other)Performs a deep copy on other.
-