Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkParameter
Packages that use TSparkParameter
-
Uses of TSparkParameter 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 TSparkParameterFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TSparkParameterMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkParameterModifier and TypeMethodDescriptionTSparkParameter.deepCopy()TSparkParameter.setArguments(List<TSparkParameterValueArg> arguments) TSparkParameter.setOrdinal(int ordinal) TSparkParameter.setValue(TSparkParameterValue value) Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TSparkParameterModifier and TypeMethodDescriptionTExecuteStatementReq.getParameters()TExecuteStatementReq.getParametersIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkParameterModifier and TypeMethodDescriptionvoidTExecuteStatementReq.addToParameters(TSparkParameter elem) intTSparkParameter.compareTo(TSparkParameter other) booleanTSparkParameter.equals(TSparkParameter that) Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TSparkParameterModifier and TypeMethodDescriptionTExecuteStatementReq.setParameters(List<TSparkParameter> parameters) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkParameterModifierConstructorDescriptionTSparkParameter(TSparkParameter other) Performs a deep copy on other.