Uses of Class
com.omnisci.thrift.server.TColumnData
-
Packages that use TColumnData Package Description com.omnisci.thrift.server -
-
Uses of TColumnData in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TColumnData Modifier and Type Field Description TColumnDataTColumn. dataMethods in com.omnisci.thrift.server that return TColumnData Modifier and Type Method Description TColumnDataTColumnData. deepCopy()TColumnDataTColumn. getData()TColumnDataTColumnData. setArr_col(List<TColumn> arr_col)TColumnDataTColumnData. setInt_col(List<Long> int_col)TColumnDataTColumnData. setReal_col(List<Double> real_col)TColumnDataTColumnData. setStr_col(List<String> str_col)Methods in com.omnisci.thrift.server with parameters of type TColumnData Modifier and Type Method Description intTColumnData. compareTo(TColumnData other)booleanTColumnData. equals(TColumnData that)TColumnTColumn. setData(TColumnData data)Constructors in com.omnisci.thrift.server with parameters of type TColumnData Constructor Description TColumn(TColumnData data, List<Boolean> nulls)TColumnData(TColumnData other)Performs a deep copy on other.
-