Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TColumnValue
-
Packages that use TColumnValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TColumnValue in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TColumnValue Modifier and Type Field Description List<TColumnValue>TRow. colValsMethods in com.databricks.jdbc.model.client.thrift.generated that return TColumnValue Modifier and Type Method Description static TColumnValueTColumnValue. boolVal(TBoolValue value)static TColumnValueTColumnValue. byteVal(TByteValue value)TColumnValueTColumnValue. deepCopy()static TColumnValueTColumnValue. doubleVal(TDoubleValue value)static TColumnValueTColumnValue. i16Val(TI16Value value)static TColumnValueTColumnValue. i32Val(TI32Value value)static TColumnValueTColumnValue. i64Val(TI64Value value)static TColumnValueTColumnValue. stringVal(TStringValue value)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TColumnValue Modifier and Type Method Description List<TColumnValue>TRow. getColVals()Iterator<TColumnValue>TRow. getColValsIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumnValue Modifier and Type Method Description voidTRow. addToColVals(TColumnValue elem)intTColumnValue. compareTo(TColumnValue other)booleanTColumnValue. equals(TColumnValue other)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TColumnValue Modifier and Type Method Description TRowTRow. setColVals(List<TColumnValue> colVals)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumnValue Constructor Description TColumnValue(TColumnValue other)Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TColumnValue Constructor Description TRow(List<TColumnValue> colVals)
-