Uses of Class
ai.heavy.thrift.server.TRowSet
-
Packages that use TRowSet Package Description ai.heavy.thrift.server -
-
Uses of TRowSet in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TRowSet Modifier and Type Field Description TRowSetTDetectResult. row_setTRowSetTPixelTableRowResult. row_setTRowSetTQueryResult. row_setMethods in ai.heavy.thrift.server that return TRowSet Modifier and Type Method Description TRowSetTRowSet. deepCopy()TRowSetTDetectResult. getRow_set()TRowSetTPixelTableRowResult. getRow_set()TRowSetTQueryResult. getRow_set()TRowSetTRowSet. setColumns(List<TColumn> columns)TRowSetTRowSet. setIs_columnar(boolean is_columnar)TRowSetTRowSet. setRow_desc(List<TColumnType> row_desc)TRowSetTRowSet. setRows(List<TRow> rows)Methods in ai.heavy.thrift.server with parameters of type TRowSet Modifier and Type Method Description intTRowSet. compareTo(TRowSet other)booleanTRowSet. equals(TRowSet that)TDetectResultTDetectResult. setRow_set(TRowSet row_set)TPixelTableRowResultTPixelTableRowResult. setRow_set(TRowSet row_set)TQueryResultTQueryResult. setRow_set(TRowSet row_set)Constructors in ai.heavy.thrift.server with parameters of type TRowSet Constructor Description TDetectResult(TRowSet row_set, TCopyParams copy_params)TPixelTableRowResult(TPixel pixel, String vega_table_name, List<Long> table_id, List<Long> row_id, TRowSet row_set, String nonce)TQueryResult(TRowSet row_set, long execution_time_ms, long total_time_ms, String nonce, String debug, boolean success, TQueryType query_type)TRowSet(TRowSet other)Performs a deep copy on other.
-