Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
Clases | |
struct | Plan |
struct | Result |
struct | Append |
struct | BitmapAnd |
struct | BitmapOr |
struct | Scan |
struct | IndexScan |
struct | BitmapIndexScan |
struct | BitmapHeapScan |
struct | TidScan |
struct | SubqueryScan |
struct | FunctionScan |
struct | Join |
struct | NestLoop |
struct | MergeJoin |
struct | HashJoin |
struct | Material |
struct | Sort |
struct | Group |
struct | Agg |
struct | Unique |
struct | Hash |
struct | SetOp |
struct | Limit |
'defines' | |
#define | innerPlan(node) (((Plan *)(node))->righttree) |
#define | outerPlan(node) (((Plan *)(node))->lefttree) |
'typedefs' | |
typedef struct Plan | Plan |
typedef struct Result | Result |
typedef struct Append | Append |
typedef struct BitmapAnd | BitmapAnd |
typedef struct BitmapOr | BitmapOr |
typedef struct Scan | Scan |
typedef Scan | SeqScan |
typedef struct IndexScan | IndexScan |
typedef struct BitmapIndexScan | BitmapIndexScan |
typedef struct BitmapHeapScan | BitmapHeapScan |
typedef struct TidScan | TidScan |
typedef struct SubqueryScan | SubqueryScan |
typedef struct FunctionScan | FunctionScan |
typedef struct Join | Join |
typedef struct NestLoop | NestLoop |
typedef struct MergeJoin | MergeJoin |
typedef struct HashJoin | HashJoin |
typedef struct Material | Material |
typedef struct Sort | Sort |
typedef struct Group | Group |
typedef enum AggStrategy | AggStrategy |
typedef struct Agg | Agg |
typedef struct Unique | Unique |
typedef struct Hash | Hash |
typedef enum SetOpCmd | SetOpCmd |
typedef struct SetOp | SetOp |
typedef struct Limit | Limit |
Enumeraciones | |
enum | AggStrategy { AGG_PLAIN, AGG_SORTED, AGG_HASHED } |
enum | SetOpCmd { SETOPCMD_INTERSECT, SETOPCMD_INTERSECT_ALL, SETOPCMD_EXCEPT, SETOPCMD_EXCEPT_ALL } |
#define innerPlan | ( | node | ) | (((Plan *)(node))->righttree) |
#define outerPlan | ( | node | ) | (((Plan *)(node))->lefttree) |
typedef enum AggStrategy AggStrategy |
typedef struct BitmapHeapScan BitmapHeapScan |
typedef struct BitmapIndexScan BitmapIndexScan |
typedef struct FunctionScan FunctionScan |
typedef struct SubqueryScan SubqueryScan |
enum AggStrategy |
enum SetOpCmd |