Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkParameterValue
-
Packages that use TSparkParameterValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TSparkParameterValue in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TSparkParameterValue Modifier and Type Field Description TSparkParameterValueTSparkParameter. valueMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkParameterValue Modifier and Type Method Description static TSparkParameterValueTSparkParameterValue. booleanValue(boolean value)TSparkParameterValueTSparkParameterValue. deepCopy()static TSparkParameterValueTSparkParameterValue. doubleValue(double value)TSparkParameterValueTSparkParameter. getValue()static TSparkParameterValueTSparkParameterValue. stringValue(String value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkParameterValue Modifier and Type Method Description intTSparkParameterValue. compareTo(TSparkParameterValue other)booleanTSparkParameterValue. equals(TSparkParameterValue other)TSparkParameterTSparkParameter. setValue(TSparkParameterValue value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkParameterValue Constructor Description TSparkParameterValue(TSparkParameterValue other)
-