visit

open override fun visit(expr: SqlExpression): SqlExpression(source)

Dispatch different type of expression nodes to their specific visit* functions. Custom expression types that are unknown to Ktorm will be dispatched to visitUnknown.