Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TColumn
-
Packages that use TColumn Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TColumn in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TColumn Modifier and Type Field Description List<TColumn>TRowSet. columnsMethods in com.databricks.jdbc.model.client.thrift.generated that return TColumn Modifier and Type Method Description static TColumnTColumn. binaryVal(TBinaryColumn value)static TColumnTColumn. boolVal(TBoolColumn value)static TColumnTColumn. byteVal(TByteColumn value)TColumnTColumn. deepCopy()static TColumnTColumn. doubleVal(TDoubleColumn value)static TColumnTColumn. i16Val(TI16Column value)static TColumnTColumn. i32Val(TI32Column value)static TColumnTColumn. i64Val(TI64Column value)static TColumnTColumn. stringVal(TStringColumn value)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TColumn Modifier and Type Method Description List<TColumn>TRowSet. getColumns()Iterator<TColumn>TRowSet. getColumnsIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumn Modifier and Type Method Description voidTRowSet. addToColumns(TColumn elem)intTColumn. compareTo(TColumn other)booleanTColumn. equals(TColumn other)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TColumn Modifier and Type Method Description TRowSetTRowSet. setColumns(List<TColumn> columns)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumn Constructor Description TColumn(TColumn other)
-