[][src]Function pgx::nodes::is_a

pub fn is_a(nodeptr: *mut Node, tag: NodeTag) -> bool

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