ClickHouse/tests/queries/0_stateless/02451_order_by_monotonic.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
883 B
Plaintext
Raw Normal View History

2022-09-22 15:49:27 +00:00
4
2022-09-09 12:00:00 0
2022-09-09 12:00:00 0x
2022-09-09 12:00:00 0x
2022-09-09 12:00:00 1
2022-09-09 12:00:00 1x
Prefix sort description: toStartOfMinute(t) ASC
Result sort description: toStartOfMinute(t) ASC, c1 ASC
Prefix sort description: toStartOfMinute(t) ASC
Result sort description: toStartOfMinute(t) ASC
Prefix sort description: negate(a) ASC
Result sort description: negate(a) ASC
Prefix sort description: negate(a) ASC, negate(b) ASC
Result sort description: negate(a) ASC, negate(b) ASC
Prefix sort description: a DESC, negate(b) ASC
Result sort description: a DESC, negate(b) ASC
Prefix sort description: negate(a) ASC, b DESC
Result sort description: negate(a) ASC, b DESC
Prefix sort description: negate(a) ASC
Result sort description: negate(a) ASC, b ASC
Prefix sort description: a ASC
Result sort description: a ASC, negate(b) ASC