PostgreSQL Source Code git master
subscripting.h File Reference
#include "nodes/primnodes.h"
Include dependency graph for subscripting.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SubscriptRoutines
 

Typedefs

typedef struct ParseState ParseState
 
typedef struct SubscriptingRefState SubscriptingRefState
 
typedef struct SubscriptExecSteps SubscriptExecSteps
 
typedef void(* SubscriptTransform) (SubscriptingRef *sbsref, List *indirection, ParseState *pstate, bool isSlice, bool isAssignment)
 
typedef void(* SubscriptExecSetup) (const SubscriptingRef *sbsref, SubscriptingRefState *sbsrefstate, SubscriptExecSteps *methods)
 
typedef struct SubscriptRoutines SubscriptRoutines
 

Typedef Documentation

◆ ParseState

typedef struct ParseState ParseState

Definition at line 19 of file subscripting.h.

◆ SubscriptExecSetup

typedef void(* SubscriptExecSetup) (const SubscriptingRef *sbsref, SubscriptingRefState *sbsrefstate, SubscriptExecSteps *methods)

Definition at line 153 of file subscripting.h.

◆ SubscriptExecSteps

Definition at line 21 of file subscripting.h.

◆ SubscriptingRefState

Definition at line 20 of file subscripting.h.

◆ SubscriptRoutines

◆ SubscriptTransform

typedef void(* SubscriptTransform) (SubscriptingRef *sbsref, List *indirection, ParseState *pstate, bool isSlice, bool isAssignment)

Definition at line 95 of file subscripting.h.