Function pgx::nodes::is_a

source ·
pub unsafe fn is_a(nodeptr: *mut Node, tag: NodeTag) -> bool
Expand description

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