pub fn merge(
elements: impl IntoIterator<Item = BoundExpression>,
) -> BoundExpressionExpand description
Creates a bound expression that merges struct expressions.
pub fn merge(
elements: impl IntoIterator<Item = BoundExpression>,
) -> BoundExpressionCreates a bound expression that merges struct expressions.