Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TSparkDirectResults
-
Packages that use TSparkDirectResults Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TSparkDirectResults in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons with parameters of type TSparkDirectResults Modifier and Type Method Description static voidDatabricksThriftHelper. checkDirectResultsForErrorStatus(TSparkDirectResults directResults, String context) -
Uses of TSparkDirectResults in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.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.client.impl.thrift.generated with parameters of type TSparkDirectResults Constructor Description TSparkDirectResults(TSparkDirectResults other)Performs a deep copy on other.
-