Uses of Class
com.mapd.thrift.server.TDatumVal
-
Packages that use TDatumVal Package Description com.mapd.thrift.server -
-
Uses of TDatumVal in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TDatumVal Modifier and Type Field Description TDatumValTDatum. valMethods in com.mapd.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 com.mapd.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 com.mapd.thrift.server with parameters of type TDatumVal Constructor Description TDatum(TDatumVal val, boolean is_null)TDatumVal(TDatumVal other)Performs a deep copy on other.
-