Uses of Class
com.omnisci.thrift.server.TStringRow
-
Packages that use TStringRow Package Description com.omnisci.thrift.server -
-
Uses of TStringRow in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TStringRow Modifier and Type Field Description List<TStringRow>OmniSci.load_table_args. rowsMethods in com.omnisci.thrift.server that return TStringRow Modifier and Type Method Description TStringRowTStringRow. deepCopy()TStringRowTStringRow. setCols(List<TStringValue> cols)Methods in com.omnisci.thrift.server that return types with arguments of type TStringRow Modifier and Type Method Description List<TStringRow>OmniSci.load_table_args. getRows()Iterator<TStringRow>OmniSci.load_table_args. getRowsIterator()Methods in com.omnisci.thrift.server with parameters of type TStringRow Modifier and Type Method Description voidOmniSci.load_table_args. addToRows(TStringRow elem)intTStringRow. compareTo(TStringRow other)booleanTStringRow. equals(TStringRow that)Method parameters in com.omnisci.thrift.server with type arguments of type TStringRow Modifier and Type Method Description voidOmniSci.AsyncClient. load_table(String session, String table_name, List<TStringRow> rows, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.AsyncIface. load_table(String session, String table_name, List<TStringRow> rows, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.Client. load_table(String session, String table_name, List<TStringRow> rows)voidOmniSci.Iface. load_table(String session, String table_name, List<TStringRow> rows)voidOmniSci.Client. send_load_table(String session, String table_name, List<TStringRow> rows)OmniSci.load_table_argsOmniSci.load_table_args. setRows(List<TStringRow> rows)Constructors in com.omnisci.thrift.server with parameters of type TStringRow Constructor Description TStringRow(TStringRow other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TStringRow Constructor Description load_table_args(String session, String table_name, List<TStringRow> rows)load_table_call(String session, String table_name, List<TStringRow> rows, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-