Skip to content

Commit 2f593f9

Browse files
committed
add_test
1 parent 4487215 commit 2f593f9

File tree

2 files changed

+840
-0
lines changed

2 files changed

+840
-0
lines changed
Lines changed: 366 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,366 @@
1+
-- This file is automatically generated. You should know what you did if you want to edit this
2+
-- !positive_tinyint --
3+
-2
4+
1
5+
3
6+
7+
-- !positive_smallint --
8+
-20
9+
10
10+
30
11+
12+
-- !positive_int --
13+
-200
14+
100
15+
300
16+
17+
-- !positive_bigint --
18+
-2000
19+
1000
20+
3000
21+
22+
-- !positive_largeint --
23+
-20000
24+
10000
25+
30000
26+
27+
-- !positive_float --
28+
-2.200000047683716
29+
1.100000023841858
30+
3.299999952316284
31+
32+
-- !positive_double --
33+
-20.02
34+
10.01
35+
30.03
36+
37+
-- !positive_decimal --
38+
-200.24
39+
100.12
40+
300.36
41+
42+
-- !negative_tinyint --
43+
2
44+
-1
45+
-3
46+
47+
-- !negative_smallint --
48+
20
49+
-10
50+
-30
51+
52+
-- !negative_int --
53+
200
54+
-100
55+
-300
56+
57+
-- !negative_bigint --
58+
2000
59+
-1000
60+
-3000
61+
62+
-- !negative_largeint --
63+
20000
64+
-10000
65+
-30000
66+
67+
-- !negative_float --
68+
2.200000047683716
69+
-1.100000023841858
70+
-3.299999952316284
71+
72+
-- !negative_double --
73+
20.02
74+
-10.01
75+
-30.03
76+
77+
-- !negative_decimal --
78+
200.24
79+
-100.12
80+
-300.36
81+
82+
-- !abs_tinyint --
83+
2
84+
1
85+
3
86+
87+
-- !abs_smallint --
88+
20
89+
10
90+
30
91+
92+
-- !abs_int --
93+
200
94+
100
95+
300
96+
97+
-- !abs_bigint --
98+
2000
99+
1000
100+
3000
101+
102+
-- !abs_largeint --
103+
20000
104+
10000
105+
30000
106+
107+
-- !abs_float --
108+
2.2
109+
1.1
110+
3.3
111+
112+
-- !abs_double --
113+
20.02
114+
10.01
115+
30.03
116+
117+
-- !abs_decimal --
118+
200.24
119+
100.12
120+
300.36
121+
122+
-- !crc32_tinyint --
123+
2282172566
124+
2768625435
125+
1259060791
126+
127+
-- !crc32_int --
128+
342174016
129+
2499854152
130+
3395462573
131+
132+
-- !crc32_bigint --
133+
1197847561
134+
83884832
135+
1647724161
136+
137+
-- !crc32_char --
138+
3632233996
139+
2365478815
140+
891568578
141+
142+
-- !crc32_varchar --
143+
331058520
144+
4292140476
145+
214229345
146+
147+
-- !crc32_string --
148+
1690090958
149+
2663297705
150+
731069668
151+
152+
-- !crc32_date --
153+
150849979
154+
870006456
155+
2832164485
156+
157+
-- !crc32_datetime --
158+
2237046607
159+
888144206
160+
529010474
161+
162+
-- !crc32_datev2 --
163+
150849979
164+
870006456
165+
2832164485
166+
167+
-- !crc32_datetimev2 --
168+
2237046607
169+
888144206
170+
529010474
171+
172+
-- !crc32_multi --
173+
4257622985
174+
1657105784
175+
3681116340
176+
177+
-- !mixed_positive_negative --
178+
1800
179+
-900
180+
-2700
181+
182+
-- !abs_nested --
183+
2
184+
1
185+
3
186+
187+
-- !crc32_with_functions --
188+
924151174
189+
4249926853
190+
2131735353
191+
192+
-- !mixed_types_1 --
193+
-2 -20 -200 -2000 -20000 -2.200000047683716 -20.02 -200.24
194+
1 10 100 1000 10000 1.100000023841858 10.01 100.12
195+
3 30 300 3000 30000 3.299999952316284 30.03 300.36
196+
197+
-- !mixed_types_2 --
198+
2 20 200 2000 20000 2.200000047683716 20.02 200.24
199+
-1 -10 -100 -1000 -10000 -1.100000023841858 -10.01 -100.12
200+
-3 -30 -300 -3000 -30000 -3.299999952316284 -30.03 -300.36
201+
202+
-- !mixed_types_3 --
203+
2 20 200 2000 20000 2.2 20.02 200.24
204+
1 10 100 1000 10000 1.1 10.01 100.12
205+
3 30 300 3000 30000 3.3 30.03 300.36
206+
207+
-- !all_functions_combined --
208+
-200 2000 2 4257622985
209+
100 -1000 1 1657105784
210+
300 -3000 3 3681116340
211+
212+
-- !dayofmonth_datev2 --
213+
1
214+
1
215+
1
216+
217+
-- !dayofmonth_datetimev2 --
218+
1
219+
1
220+
1
221+
222+
-- !dayofweek_datev2 --
223+
5
224+
2
225+
6
226+
227+
-- !dayofweek_datetimev2 --
228+
5
229+
2
230+
6
231+
232+
-- !dayofyear_datev2 --
233+
32
234+
1
235+
61
236+
237+
-- !dayofyear_datetimev2 --
238+
32
239+
1
240+
61
241+
242+
-- !month_datev2 --
243+
2
244+
1
245+
3
246+
247+
-- !month_datetimev2 --
248+
2
249+
1
250+
3
251+
252+
-- !year_datev2 --
253+
2024
254+
2024
255+
2024
256+
257+
-- !year_datetimev2 --
258+
2024
259+
2024
260+
2024
261+
262+
-- !quarter_datev2 --
263+
1
264+
1
265+
1
266+
267+
-- !quarter_datetimev2 --
268+
1
269+
1
270+
1
271+
272+
-- !hour_datetimev2 --
273+
11
274+
10
275+
12
276+
277+
-- !minute_datetimev2 --
278+
0
279+
0
280+
0
281+
282+
-- !second_datetimev2 --
283+
0
284+
0
285+
0
286+
287+
-- !dayname_datev2 --
288+
Thursday
289+
Monday
290+
Friday
291+
292+
-- !dayname_datetimev2 --
293+
Thursday
294+
Monday
295+
Friday
296+
297+
-- !week_datev2 --
298+
4
299+
0
300+
8
301+
302+
-- !week_datetimev2 --
303+
4
304+
0
305+
8
306+
307+
-- !weekday_datev2 --
308+
3
309+
0
310+
4
311+
312+
-- !weekday_datetimev2 --
313+
3
314+
0
315+
4
316+
317+
-- !weekofyear_datev2 --
318+
5
319+
1
320+
9
321+
322+
-- !weekofyear_datetimev2 --
323+
5
324+
1
325+
9
326+
327+
-- !to_date_datetimev2 --
328+
2024-02-01
329+
2024-01-01
330+
2024-03-01
331+
332+
-- !dateformat_datev2 --
333+
2024-02-01
334+
2024-01-01
335+
2024-03-01
336+
337+
-- !dateformat_datetimev2 --
338+
2024-02-01 11:00:00
339+
2024-01-01 10:00:00
340+
2024-03-01 12:00:00
341+
342+
-- !monthname_datev2 --
343+
February
344+
January
345+
March
346+
347+
-- !monthname_datetimev2 --
348+
February
349+
January
350+
March
351+
352+
-- !date_functions_combined --
353+
1 5 32 2 2024 1
354+
1 2 1 1 2024 1
355+
1 6 61 3 2024 1
356+
357+
-- !datetimev2_extract_all --
358+
2024 2 1 11 0 0
359+
2024 1 1 10 0 0
360+
2024 3 1 12 0 0
361+
362+
-- !date_mixed_types --
363+
1 1 5 5
364+
1 1 1 1
365+
1 1 9 9
366+

0 commit comments

Comments
 (0)