![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
| addColumn(ColumnPtr) | CoGaDB::Table | [virtual] |
| AddConstantValueColumnOperation(TablePtr tab, const std::string &col_name, AttributeType type, const boost::any &value, const ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| BaseTable(const std::string &name, const TableSchema &schema) | CoGaDB::BaseTable | |
| ColumnAlgebraOperation(TablePtr tab, const std::string &col1_name, const std::string &col2_name, const std::string &result_col_name, ColumnAlgebraOperation operation, const ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| ColumnConstantOperation(TablePtr tab, const std::string &col_name, const boost::any &value, const std::string &result_col_name, ColumnAlgebraOperation operation, const ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| columns_ | CoGaDB::Table | [protected] |
| createResultTable(TablePtr table, PositionListPtr tids, MaterializationStatus mat_stat, const std::string &operation_name) | CoGaDB::BaseTable | [static] |
| crossjoin(TablePtr table1, TablePtr table2, MaterializationStatus mat_stat=MATERIALIZE) | CoGaDB::BaseTable | [static] |
| fetchTuple(const TID &id) const | CoGaDB::Table | [virtual] |
| getColumnbyName(const std::string &column_name) const | CoGaDB::Table | [virtual] |
| getColumns() const | CoGaDB::Table | [protected, virtual] |
| getName() const | CoGaDB::BaseTable | |
| getNumberofRows() const | CoGaDB::Table | [virtual] |
| getSchema() const | CoGaDB::BaseTable | |
| getSizeinBytes() const | CoGaDB::BaseTable | [inline] |
| groupby(TablePtr table, const std::string &grouping_column, const std::string &aggregation_column, const std::string &result_column_name, AggregationMethod agg_meth=SUM, ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| groupby(TablePtr table, const std::list< std::string > &grouping_columns, std::list< std::pair< std::string, AggregationMethod > > aggregation_functions, ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| insert(const Tuple &t) | CoGaDB::Table | [virtual] |
| isMaterialized() const | CoGaDB::Table | [virtual] |
| join(TablePtr table1, const std::string &join_column_table1, TablePtr table2, const std::string &join_column_table2, JoinAlgorithm join_alg=SORT_MERGE_JOIN, MaterializationStatus mat_stat=MATERIALIZE, const ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| load() | CoGaDB::Table | [virtual] |
| loadDatafromFile(std::string filepath) | CoGaDB::Table | [virtual] |
| materialize() const | CoGaDB::Table | [virtual] |
| name_ | CoGaDB::BaseTable | [protected] |
| print() | CoGaDB::Table | [virtual] |
| printSchema() const | CoGaDB::BaseTable | [inline] |
| projection(TablePtr table, const std::list< std::string > &columns_to_select, MaterializationStatus mat_stat=MATERIALIZE, const ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| remove(const std::string &attribute_name, const boost::any &value) | CoGaDB::Table | [virtual] |
| schema_ | CoGaDB::BaseTable | [protected] |
| selection(TablePtr table, const std::string &column_name, const boost::any &value_for_comparison, const ValueComparator &comp, MaterializationStatus mat_stat=MATERIALIZE, ParallelizationMode comp_mode=SERIAL, const ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| selection(TablePtr table, const KNF_Selection_Expression &, MaterializationStatus mat_stat=MATERIALIZE, ParallelizationMode comp_mode=SERIAL) | CoGaDB::BaseTable | [static] |
| selection(TablePtr table, const Disjunction &disjunction, MaterializationStatus mat_stat=MATERIALIZE, ParallelizationMode comp_mode=SERIAL) | CoGaDB::BaseTable | [static] |
| sort(TablePtr table, const std::string &column_name, SortOrder order=ASCENDING, MaterializationStatus mat_stat=MATERIALIZE, ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| sort(TablePtr table, const std::list< std::string > &column_names, SortOrder order=ASCENDING, MaterializationStatus mat_stat=MATERIALIZE, ComputeDevice comp_dev=CPU) | CoGaDB::BaseTable | [static] |
| store() | CoGaDB::Table | [virtual] |
| Table(const std::string &name, const TableSchema &schema) | CoGaDB::Table | |
| Table(const std::string &name, const std::vector< ColumnPtr > &columns) | CoGaDB::Table | |
| TablePtr typedef | CoGaDB::BaseTable | |
| update(const std::string &attribute_name, const boost::any &value) | CoGaDB::Table | [virtual] |
| ~BaseTable() | CoGaDB::BaseTable | [virtual] |
| ~Table() | CoGaDB::Table | [virtual] |