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