build

inline fun <T, E : Expression<T>> build(builder: SqlExpressionBuilder.() -> E): E

Builds a new Expression using the provided builder.