Column Store
JoinIndex.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 namespace Parser {
6  struct join_index {
7  std::string from;
8  std::string projection;
9  std::string to;
10  };
11 }
Parser::join_index::to
std::string to
Definition: JoinIndex.h:9
Parser
Definition: Column.h:6
Parser::join_index::from
std::string from
Definition: JoinIndex.h:7
Parser::join_index
Definition: JoinIndex.h:6
Parser::join_index::projection
std::string projection
Definition: JoinIndex.h:8