Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TI64Value
-
Packages that use TI64Value Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TI64Value in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TI64Value Modifier and Type Method Description TI64ValueTI64Value. deepCopy()TI64ValueTColumnValue. getI64Val()TI64ValueTI64Value. setValue(long value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TI64Value Modifier and Type Method Description intTI64Value. compareTo(TI64Value other)booleanTI64Value. equals(TI64Value that)static TColumnValueTColumnValue. i64Val(TI64Value value)voidTColumnValue. setI64Val(TI64Value value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TI64Value Constructor Description TI64Value(TI64Value other)Performs a deep copy on other.
-