OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BoundingBoxIntersectJoinHashTable.cpp File Reference
+ Include dependency graph for BoundingBoxIntersectJoinHashTable.cpp:

Go to the source code of this file.

Classes

struct  anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::HashTableProps
 
struct  anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::TuningState
 
class  anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::BucketSizeTuner
 

Namespaces

 anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}
 

Macros

#define LL_CONTEXT   executor_->cgen_state_->context_
 
#define LL_BUILDER   executor_->cgen_state_->ir_builder_
 
#define LL_INT(v)   executor_->cgen_state_->llInt(v)
 
#define LL_FP(v)   executor_->cgen_state_->llFp(v)
 
#define ROW_FUNC   executor_->cgen_state_->row_func_
 

Functions

std::vector< double > anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::correct_uninitialized_bucket_sizes_to_thresholds (const std::vector< double > &bucket_sizes, const std::vector< double > &bucket_thresholds, const double initial_value)
 
std::vector< double > anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::compute_bucket_sizes (const std::vector< double > &bucket_thresholds, const Data_Namespace::MemoryLevel effective_memory_level, const JoinColumn &join_column, const JoinColumnTypeInfo &join_column_type, const std::vector< InnerOuter > &inner_outer_pairs, const Executor *executor)
 
std::ostream & anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::operator<< (std::ostream &os, const HashTableProps &props)
 
std::ostream & anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::operator<< (std::ostream &os, const BucketSizeTuner &tuner)
 

Macro Definition Documentation

#define LL_BUILDER   executor_->cgen_state_->ir_builder_
#define LL_FP (   v)    executor_->cgen_state_->llFp(v)
#define LL_INT (   v)    executor_->cgen_state_->llInt(v)
#define ROW_FUNC   executor_->cgen_state_->row_func_

Definition at line 1480 of file BoundingBoxIntersectJoinHashTable.cpp.