[][src]Module pgx::nodes

Helper functions and such for Postgres' various query tree Nodes

Structs

PgNodeFactory

Enums

PgNode

Functions

is_a

#define IsA(nodeptr,type) (nodeTag(nodeptr) == T_##type)

node_to_string