Eneboo - Documentación para desarrolladores
|
#include <execnodes.h>
Atributos públicos | |
ExprState | xprstate |
EState * | sub_estate |
struct PlanState * | planstate |
List * | exprs |
List * | args |
bool | needShutdown |
HeapTuple | curTuple |
ProjectionInfo * | projLeft |
ProjectionInfo * | projRight |
TupleHashTable | hashtable |
TupleHashTable | hashnulls |
bool | havehashrows |
bool | havenullrows |
MemoryContext | tablecxt |
ExprContext * | innerecontext |
AttrNumber * | keyColIdx |
FmgrInfo * | eqfunctions |
FmgrInfo * | hashfunctions |
HeapTuple SubPlanState::curTuple |
FmgrInfo* SubPlanState::eqfunctions |
FmgrInfo* SubPlanState::hashfunctions |
AttrNumber* SubPlanState::keyColIdx |
struct PlanState* SubPlanState::planstate |