basicVisitorTransforms

fun basicVisitorTransforms(): PipelinedVisitorTransform

AST Normalization Passes.

Returns a PartiqlAst.VisitorTransform requiring no external state for the basic functionality of compiling PartiQL queries.

Note that this is a function because some of the underlying visitor transforms are stateful.