OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PlanState Member List

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)PlanStateinline
allocateLocalColumnIds(const std::list< std::shared_ptr< const InputColDescriptor >> &global_col_ids)PlanState
allow_lazy_fetch_PlanState
columns_to_fetch_PlanStateprivate
columns_to_not_fetch_PlanStatemutableprivate
deleted_columns_PlanState
deleted_columns_(deleted_columns)PlanState
DeletedColumnsMap typedefPlanState
executor_PlanState
executor_(executor)PlanStateinline
getColumnsToFetch() const PlanState
getColumnsToNotFetch() const PlanState
getDeletedColForTable(const shared::TableKey &table_key)PlanStateinline
getLocalColumnId(const Analyzer::ColumnVar *col_var, const bool fetch_column)PlanState
getSimpleQuals() const PlanStateinline
global_to_local_col_ids_PlanState
hasExpressionNeedsLazyFetch(const std::vector< TargetExprCodegen > &target_exprs_to_codegen) const PlanState
hoisted_filters_PlanState
HoistedFiltersSet typedefPlanState
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)PlanStateinline
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)PlanStateinline
query_infos_PlanState
query_infos_(query_infos)PlanState
registerNonLazyFetchExpression(const std::vector< TargetExprCodegen > &target_exprs_to_codegen)PlanState
simple_quals_PlanState