Uses of Class
com.mapd.thrift.server.TColumn
-
Packages that use TColumn Package Description com.mapd.thrift.server -
-
Uses of TColumn in com.mapd.thrift.server
Fields in com.mapd.thrift.server with type parameters of type TColumn Modifier and Type Field Description List<TColumn>TColumnData. arr_colList<TColumn>MapD.load_table_binary_columnar_args. colsList<TColumn>TRowSet. columnsMethods in com.mapd.thrift.server that return TColumn Modifier and Type Method Description TColumnTColumn. deepCopy()TColumnTColumn. setData(TColumnData data)TColumnTColumn. setNulls(List<Boolean> nulls)Methods in com.mapd.thrift.server that return types with arguments of type TColumn Modifier and Type Method Description List<TColumn>TColumnData. getArr_col()Iterator<TColumn>TColumnData. getArr_colIterator()List<TColumn>MapD.load_table_binary_columnar_args. getCols()Iterator<TColumn>MapD.load_table_binary_columnar_args. getColsIterator()List<TColumn>TRowSet. getColumns()Iterator<TColumn>TRowSet. getColumnsIterator()Methods in com.mapd.thrift.server with parameters of type TColumn Modifier and Type Method Description voidTColumnData. addToArr_col(TColumn elem)voidMapD.load_table_binary_columnar_args. addToCols(TColumn elem)voidTRowSet. addToColumns(TColumn elem)intTColumn. compareTo(TColumn other)booleanTColumn. equals(TColumn that)Method parameters in com.mapd.thrift.server with type arguments of type TColumn Modifier and Type Method Description voidMapD.AsyncClient. load_table_binary_columnar(String session, String table_name, List<TColumn> cols, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.AsyncIface. load_table_binary_columnar(String session, String table_name, List<TColumn> cols, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.Client. load_table_binary_columnar(String session, String table_name, List<TColumn> cols)voidMapD.Iface. load_table_binary_columnar(String session, String table_name, List<TColumn> cols)voidMapD.Client. send_load_table_binary_columnar(String session, String table_name, List<TColumn> cols)TColumnDataTColumnData. setArr_col(List<TColumn> arr_col)MapD.load_table_binary_columnar_argsMapD.load_table_binary_columnar_args. setCols(List<TColumn> cols)TRowSetTRowSet. setColumns(List<TColumn> columns)Constructors in com.mapd.thrift.server with parameters of type TColumn Constructor Description TColumn(TColumn other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TColumn Constructor Description load_table_binary_columnar_args(String session, String table_name, List<TColumn> cols)load_table_binary_columnar_call(String session, String table_name, List<TColumn> cols, 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)
-