17 #ifndef QUERYENGINE_INPUTMETADATA_H 18 #define QUERYENGINE_INPUTMETADATA_H 23 #include <unordered_map> 47 std::unordered_map<int, Fragmenter_Namespace::TableInfo>
cache_;
56 const std::vector<InputDescriptor>& input_descs,
62 #endif // QUERYENGINE_INPUTMETADATA_H
Executor(const ExecutorId id, const size_t block_size_x, const size_t grid_size_x, const size_t max_gpu_slab_size, const std::string &debug_dir, const std::string &debug_file)
Execution unit for relational algebra. It's a low-level description of any relational algebra operati...