Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Enumeraciones
Referencia del Archivo src/libpq/include/nodes/plannodes.h
#include "access/sdir.h"
#include "nodes/bitmapset.h"
#include "nodes/primnodes.h"

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 }

Documentación de los 'defines'

#define innerPlan (   node)    (((Plan *)(node))->righttree)
#define outerPlan (   node)    (((Plan *)(node))->lefttree)

Documentación de los 'typedefs'

typedef struct Agg Agg
typedef enum AggStrategy AggStrategy
typedef struct Append Append
typedef struct BitmapAnd BitmapAnd
typedef struct BitmapOr BitmapOr
typedef struct FunctionScan FunctionScan
typedef struct Group Group
typedef struct Hash Hash
typedef struct HashJoin HashJoin
typedef struct IndexScan IndexScan
typedef struct Join Join
typedef struct Limit Limit
typedef struct Material Material
typedef struct MergeJoin MergeJoin
typedef struct NestLoop NestLoop
typedef struct Plan Plan
typedef struct Result Result
typedef struct Scan Scan
typedef Scan SeqScan
typedef struct SetOp SetOp
typedef enum SetOpCmd SetOpCmd
typedef struct Sort Sort
typedef struct SubqueryScan SubqueryScan
typedef struct TidScan TidScan
typedef struct Unique Unique

Documentación de las enumeraciones

Valores de enumeraciones:
AGG_PLAIN 
AGG_SORTED 
AGG_HASHED 
enum SetOpCmd
Valores de enumeraciones:
SETOPCMD_INTERSECT 
SETOPCMD_INTERSECT_ALL 
SETOPCMD_EXCEPT 
SETOPCMD_EXCEPT_ALL 
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'