Skip to content

Commit

Permalink
a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi committed Nov 8, 2023
1 parent 60faa4c commit a85d6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/query-engine/sql/src/sql/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,5 @@ fn wrap_in_json_agg(expression: Expression) -> Expression {
}
}

/// SQL field name to be used for ordering results with multiple variable sets.
pub const VARIABLE_ORDER_FIELD: &str = "%variable_order";

0 comments on commit a85d6b1

Please sign in to comment.