Module pgx::nodes[][src]

Helper functions and such for Postgres’ various query tree Nodes

Functions

is_a

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

node_to_string