OmniSciDB
a5dc49c757
|
This is the complete list of members for PlanState, including all inherited members.
addColumnToFetch(const shared::ColumnKey &column_key, bool unmark_lazy_fetch=false) | PlanState | |
addColumnToNotFetch(const shared::ColumnKey &column_key) | PlanState | |
addNonHashtableQualForLeftJoin(size_t idx, std::shared_ptr< Analyzer::Expr > expr) | PlanState | |
addSimpleQual(std::shared_ptr< Analyzer::Expr > simple_qual) | PlanState | inline |
allocateLocalColumnIds(const std::list< std::shared_ptr< const InputColDescriptor >> &global_col_ids) | PlanState | |
allow_lazy_fetch_ | PlanState | |
columns_to_fetch_ | PlanState | private |
columns_to_not_fetch_ | PlanState | mutableprivate |
deleted_columns_ | PlanState | |
deleted_columns_(deleted_columns) | PlanState | |
DeletedColumnsMap typedef | PlanState | |
executor_ | PlanState | |
executor_(executor) | PlanState | inline |
getColumnsToFetch() const | PlanState | |
getColumnsToNotFetch() const | PlanState | |
getDeletedColForTable(const shared::TableKey &table_key) | PlanState | inline |
getLocalColumnId(const Analyzer::ColumnVar *col_var, const bool fetch_column) | PlanState | |
getSimpleQuals() const | PlanState | inline |
global_to_local_col_ids_ | PlanState | |
hasExpressionNeedsLazyFetch(const std::vector< TargetExprCodegen > &target_exprs_to_codegen) const | PlanState | |
hoisted_filters_ | PlanState | |
HoistedFiltersSet typedef | PlanState | |
init_agg_vals_ | PlanState | |
isColumnToFetch(const shared::ColumnKey &column_key) const | PlanState | |
isColumnToNotFetch(const shared::ColumnKey &column_key) const | PlanState | |
isLazyFetchColumn(const Analyzer::Expr *target_expr) const | PlanState | |
isLazyFetchColumn(const InputColDescriptor &col_desc) | PlanState | inline |
join_info_ | PlanState | |
left_join_non_hashtable_quals_ | PlanState | |
PlanState(const bool allow_lazy_fetch, const std::vector< InputTableInfo > &query_infos, const DeletedColumnsMap &deleted_columns, const Executor *executor) | PlanState | inline |
query_infos_ | PlanState | |
query_infos_(query_infos) | PlanState | |
registerNonLazyFetchExpression(const std::vector< TargetExprCodegen > &target_exprs_to_codegen) | PlanState | |
simple_quals_ | PlanState |