• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Contains tests on the behaviour of the SPAN_JOIN operator table.
2
3# Smoke tests
4../common/synth_1.py span_join_unordered_cols.sql span_join_unordered_cols_synth_1.out
5../common/synth_1.py span_join_unordered_cols_reverse.sql span_join_unordered_cols_synth_1.out
6../../data/android_sched_and_ps.pb span_join_zero_negative_dur.sql span_join_zero_negative_dur.out
7
8# Regression tests
9../../data/android_sched_and_ps.pb slice_span_join_b118665515.sql android_sched_and_ps_slice_span_join_b118665515.out
10../../data/android_sched_and_ps.pb span_join_unpartitioned_empty.sql span_join_unpartitioned_empty.out
11
12# Outer join
13../common/synth_1.py span_outer_join.sql span_outer_join.out
14
15../common/synth_1.py span_outer_join_empty.sql span_outer_join_empty.out
16../common/synth_1.py span_outer_join_unpartitioned_empty.sql span_outer_join_unpartitioned_empty.out
17../common/synth_1.py span_outer_join_unpartitioned_left_empty.sql span_outer_join_unpartitioned_left_empty.out
18../common/synth_1.py span_outer_join_unpartitioned_right_empty.sql span_outer_join_unpartitioned_right_empty.out
19
20../common/synth_1.py span_outer_join_mixed.sql span_outer_join_mixed.out
21../common/synth_1.py span_outer_join_mixed_empty.sql span_outer_join_mixed_empty.out
22../common/synth_1.py span_outer_join_mixed_left_empty.sql span_outer_join_mixed_left_empty.out
23../common/synth_1.py span_outer_join_mixed_left_empty_rev.sql span_outer_join_mixed_left_empty_rev.out
24../common/synth_1.py span_outer_join_mixed_right_empty.sql span_outer_join_mixed_right_empty.out
25../common/synth_1.py span_outer_join_mixed_right_empty_rev.sql span_outer_join_mixed_right_empty_rev.out
26../common/synth_1.py span_outer_join_mixed.sql span_outer_join_mixed.out
27
28# Left join
29../common/synth_1.py span_left_join.sql span_left_join.out
30../common/synth_1.py span_left_join_unpartitioned.sql span_left_join_unpartitioned.out
31../common/synth_1.py span_left_join_left_unpartitioned.sql span_left_join_left_unpartitioned.out
32../common/synth_1.py span_left_join_left_partitioned.sql span_left_join_left_partitioned.out
33../common/synth_1.py span_left_join_empty_right.sql span_left_join_empty_right.out
34../common/synth_1.py span_left_join_unordered.sql span_left_join_unordered_android_sched_and_ps.out
35