Uses of Class
com.omnisci.thrift.server.TVarLen
-
Packages that use TVarLen Package Description com.omnisci.thrift.server -
-
Uses of TVarLen in com.omnisci.thrift.server
Methods in com.omnisci.thrift.server that return TVarLen Modifier and Type Method Description TVarLenTVarLen. deepCopy()TVarLenTVarLen. setIs_null(boolean is_null)TVarLenTVarLen. setPayload(byte[] payload)TVarLenTVarLen. setPayload(ByteBuffer payload)Methods in com.omnisci.thrift.server that return types with arguments of type TVarLen Modifier and Type Method Description List<TVarLen>TDataBlockPtr. getVar_len_data()Methods in com.omnisci.thrift.server with parameters of type TVarLen Modifier and Type Method Description intTVarLen. compareTo(TVarLen other)booleanTVarLen. equals(TVarLen that)Method parameters in com.omnisci.thrift.server with type arguments of type TVarLen Modifier and Type Method Description voidTDataBlockPtr. setVar_len_data(List<TVarLen> value)static TDataBlockPtrTDataBlockPtr. var_len_data(List<TVarLen> value)Constructors in com.omnisci.thrift.server with parameters of type TVarLen Constructor Description TVarLen(TVarLen other)Performs a deep copy on other.
-