Uses of Class
ai.heavy.thrift.server.TDatumVal
-
Packages that use TDatumVal Package Description ai.heavy.thrift.server -
-
Uses of TDatumVal in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TDatumVal Modifier and Type Field Description TDatumValTDatum. valMethods in ai.heavy.thrift.server that return TDatumVal Modifier and Type Method Description TDatumValTDatumVal. deepCopy()TDatumValTDatum. getVal()TDatumValTDatumVal. setArr_val(List<TDatum> arr_val)TDatumValTDatumVal. setInt_val(long int_val)TDatumValTDatumVal. setReal_val(double real_val)TDatumValTDatumVal. setStr_val(String str_val)Methods in ai.heavy.thrift.server with parameters of type TDatumVal Modifier and Type Method Description intTDatumVal. compareTo(TDatumVal other)booleanTDatumVal. equals(TDatumVal that)TDatumTDatum. setVal(TDatumVal val)Constructors in ai.heavy.thrift.server with parameters of type TDatumVal Constructor Description TDatum(TDatumVal val, boolean is_null)TDatumVal(TDatumVal other)Performs a deep copy on other.
-