Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TDoubleValue
-
Packages that use TDoubleValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TDoubleValue in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TDoubleValue Modifier and Type Method Description TDoubleValueTDoubleValue. deepCopy()TDoubleValueTColumnValue. getDoubleVal()TDoubleValueTDoubleValue. setValue(double value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDoubleValue Modifier and Type Method Description intTDoubleValue. compareTo(TDoubleValue other)static TColumnValueTColumnValue. doubleVal(TDoubleValue value)booleanTDoubleValue. equals(TDoubleValue that)voidTColumnValue. setDoubleVal(TDoubleValue value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDoubleValue Constructor Description TDoubleValue(TDoubleValue other)Performs a deep copy on other.
-