visitNode

open fun visitNode(ctx: PartiQLParser.NodeContext): T

Visit a parse tree produced by PartiQLParser#node.

The default implementation returns the result of calling visitChildren on ctx.