Uses of Class
ai.heavy.thrift.server.TColumnData
-
Packages that use TColumnData Package Description ai.heavy.thrift.server -
-
Uses of TColumnData in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TColumnData Modifier and Type Field Description TColumnDataTColumn. dataMethods in ai.heavy.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 ai.heavy.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 ai.heavy.thrift.server with parameters of type TColumnData Constructor Description TColumn(TColumnData data, List<Boolean> nulls)TColumnData(TColumnData other)Performs a deep copy on other.
-