Uses of Class
ai.heavy.thrift.server.TDatum
-
Packages that use TDatum Package Description ai.heavy.thrift.server -
-
Uses of TDatum in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TDatum Modifier and Type Field Description List<TDatum>TDatumVal. arr_valList<TDatum>TRow. colsMethods in ai.heavy.thrift.server that return TDatum Modifier and Type Method Description TDatumTDatum. deepCopy()TDatumTDatum. setIs_null(boolean is_null)TDatumTDatum. setVal(TDatumVal val)Methods in ai.heavy.thrift.server that return types with arguments of type TDatum Modifier and Type Method Description List<TDatum>TDatumVal. getArr_val()Iterator<TDatum>TDatumVal. getArr_valIterator()List<TDatum>TRow. getCols()Iterator<TDatum>TRow. getColsIterator()Methods in ai.heavy.thrift.server with parameters of type TDatum Modifier and Type Method Description voidTDatumVal. addToArr_val(TDatum elem)voidTRow. addToCols(TDatum elem)intTDatum. compareTo(TDatum other)booleanTDatum. equals(TDatum that)Method parameters in ai.heavy.thrift.server with type arguments of type TDatum Modifier and Type Method Description TDatumValTDatumVal. setArr_val(List<TDatum> arr_val)TRowTRow. setCols(List<TDatum> cols)Constructors in ai.heavy.thrift.server with parameters of type TDatum Constructor Description TDatum(TDatum other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TDatum Constructor Description TDatumVal(long int_val, double real_val, String str_val, List<TDatum> arr_val)TRow(List<TDatum> cols)
-