Uses of Class
com.omnisci.thrift.server.TStringValue
-
Packages that use TStringValue Package Description com.omnisci.thrift.server -
-
Uses of TStringValue in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TStringValue Modifier and Type Field Description List<TStringValue>TStringRow. colsMethods in com.omnisci.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 com.omnisci.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 com.omnisci.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 com.omnisci.thrift.server with type arguments of type TStringValue Modifier and Type Method Description TStringRowTStringRow. setCols(List<TStringValue> cols)Constructors in com.omnisci.thrift.server with parameters of type TStringValue Constructor Description TStringValue(TStringValue other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TStringValue Constructor Description TStringRow(List<TStringValue> cols)
-