Uses of Class
ai.heavy.thrift.server.TStringValue
-
Packages that use TStringValue Package Description ai.heavy.thrift.server -
-
Uses of TStringValue in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TStringValue Modifier and Type Field Description List<TStringValue>TStringRow. colsMethods in ai.heavy.thrift.server that return TStringValue Modifier and Type Method Description TStringValueTStringValue. deepCopy()TStringValueTStringValue. setIs_null(boolean is_null)TStringValueTStringValue. setStr_val(String str_val)Methods in ai.heavy.thrift.server that return types with arguments of type TStringValue Modifier and Type Method Description List<TStringValue>TStringRow. getCols()Iterator<TStringValue>TStringRow. getColsIterator()Methods in ai.heavy.thrift.server with parameters of type TStringValue Modifier and Type Method Description voidTStringRow. addToCols(TStringValue elem)intTStringValue. compareTo(TStringValue other)booleanTStringValue. equals(TStringValue that)Method parameters in ai.heavy.thrift.server with type arguments of type TStringValue Modifier and Type Method Description TStringRowTStringRow. setCols(List<TStringValue> cols)Constructors in ai.heavy.thrift.server with parameters of type TStringValue Constructor Description TStringValue(TStringValue other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TStringValue Constructor Description TStringRow(List<TStringValue> cols)
-