forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
628 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
regression-test/data/nereids_function_p0/array/test_array_bigint.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
// bigint min/max value | ||
[-9223372036854775808, 9223372036854775807] | ||
// bigint min/max value + 1 (异常) | ||
[-9223372036854775807, 9223372036854775808] | ||
// bigint min/max value - 1 (异常) | ||
[-9223372036854775809, 9223372036854775806] | ||
// bigint -1-16 | ||
[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] | ||
// bigint 0-16 with null | ||
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, null, 11, 12, 13, 14, 15, 16] | ||
// sqrt(max) + 1 | ||
[3037000499, 3037000500] | ||
// all data contains below | ||
[-9223372036854775808, -9223372036854775807, -9223372036854775806, -9223372036854775809, -9223372036854775806, -9223372036854775805, -9223372036854775804, -9223372036854775803, -9223372036854775802, -9223372036854775801, -9223372036854775800, -9223372036854775799, -9223372036854775798, -9223372036854775797, -9223372036854775796, -9223372036854775795, -9223372036854775794, -9223372036854775793, -9223372036854775792, -9223372036854775791, -9223372036854775790, -9223372036854775789, -9223372036854775788, -9223372036854775787, -9223372036854775786, -9223372036854775785, -9223372036854775784, -9223372036854775783, -9223372036854775782, -9223372036854775781, -9223372036854775780, -9223372036854775779, -9223372036854775778, -9223372036854775777, -9223372036854775776, -9223372036854775775, -9223372036854775774, -9223372036854775773, -9223372036854775772, -9223372036854775771, -9223372036854775770, -9223372036854775769, -9223372036854775768, -9223372036854775767, -9223372036854775766, -9223372036854775765, -9223372036854775764, -9223372036854775763, -9223372036854775762, -9223372036854775761, -9223372036854775760, -9223372036854775759, -9223372036854775758, -9223372036854775757, -9223372036854775756, -922337203] |
7 changes: 7 additions & 0 deletions
7
regression-test/data/nereids_function_p0/array/test_array_char(255).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// this is data case file for array<varchar|string> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
['0'] | ||
['aaaaa','12345! @#$ %^ &*()_','\d\\\d','\b\\\b','\\\a\a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z\A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z','','REPEAT(\'1\',20)','中文测试',123,'abs ss 123','C:\Users\Username\Documents\file.txt','/home/username/documents/file.txt','test@example.com','http://www.example.com','https://www.example.com','2023-04-30','30/04/2023','April 30, 2023','Line 1: This is the first line of a multiline text.\nLine 2: This is the second line of a multiline text.\nLine 3: This is the third line of a multiline text.','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam euismod, nisl nec tincidunt lacinia, nunc nisl aliquam nunc, nec aliquam nisl nunc nec nisl. Sed euismod, nisl nec tincidunt lacinia, nunc nisl aliquam nunc, nec aliquam nisl nunc nec nisl.','你好世界!こんにちは世界!안녕하세요 세계!','SGVsbG8gV29ybGQh','YW55IGNvbnRlbnQ=','dGhpcyBpcyBhIHRlc3Q=','Zm9vYmFy','SGVsbG8gV29ybGQh!','YW55IGNvbnRlbnQ==','dGhpcyBpcyBhIHRlc3Q','Zm9vYmFy==','','aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa','测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测'] |
19 changes: 19 additions & 0 deletions
19
regression-test/data/nereids_function_p0/array/test_array_date.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// this is data case file for array<datev1>|array<datev2> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
['2021-12-31'] | ||
['0000-01-01'] | ||
['9999-12-31'] | ||
['2020-2-29'] | ||
['2021-2-28'] | ||
['2021-2-29'] | ||
['12345-12-31'] | ||
['0000-13-01'] | ||
['0000-12-13'] | ||
['202012-12'] | ||
['123-012-012'] | ||
['2021-12-31', '0000-01-01', '9999-12-31', '2020-2-29', '2021-2-28', '2021-2-29', '12345-12-31', '0000-13-01', '0000-12-13', '202012-12', '123-012-012'] | ||
['2021-12-31', '0000-01-01', '9999-12-31', '2020-2-29', '2021-2-28', '0000-12-13'] | ||
['2021-12-31','0000-01-01','0000-01-02','0000-01-03','0000-01-04','0000-01-05','0000-01-06','0000-01-07','0000-12-31','0000-02-28','2020-02-28','2020-02-29','2020-03-01','2021-02-28','2021-03-01','1900-02-28','1900-03-01','9999-12-31','1969-12-31','1970-01-01',NULL] |
37 changes: 37 additions & 0 deletions
37
regression-test/data/nereids_function_p0/array/test_array_datetime.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// this is data case file for array<datetimev1>|array<datetimev2(0)> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
['2021-12-31 12:23:34'] | ||
// 0年第一周 | ||
['0000-01-01 00:00:00'] | ||
['0000-01-02 00:00:00'] | ||
['0000-01-03 11:00:00'] | ||
['0000-01-04 00:56:00'] | ||
['0000-01-05 00:35:47'] | ||
['0000-01-06 00:00:56'] | ||
['0000-01-07 13:59:00'] | ||
// 0年年末 | ||
['0000-12-31 23:59:59'] | ||
// 0年2月 | ||
['0000-02-28 00:00:00'] | ||
// 闰年闰日前 | ||
['2020-02-28 23:59:59'] | ||
// 闰年闰日后 | ||
['2020-02-29 23:59:59'] | ||
// 闰年3月 | ||
['2020-03-01 00:00:00'] | ||
// 平年2月 | ||
['2021-02-28 23:59:59'] | ||
['2021-03-01 00:00:00'] | ||
// 1900年 | ||
['1900-02-28 23:59:59'] | ||
['1900-03-01 00:00:00'] | ||
// 9999年最后一秒 | ||
['9999-12-31 23:59:59'] | ||
['1969-12-31 23:59:59'] | ||
// 1970年第一秒前后 | ||
['1970-01-01 00:00:00'] | ||
// all elements are the same | ||
['2021-12-31 12:23:34','0000-01-01 00:00:00','0000-01-02 00:00:00','0000-01-03 11:00:00','0000-01-04 00:56:00','0000-01-05 00:35:47','0000-01-06 00:00:56','0000-01-07 13:59:00','0000-12-31 23:59:59','0000-02-28 00:00:00','2020-02-28 23:59:59','2020-02-29 23:59:59','2020-03-01 00:00:00','2021-02-28 23:59:59','2021-03-01 00:00:00','1900-02-28 23:59:59','1900-03-01 00:00:00','9999-12-31 23:59:59','1969-12-31 23:59:59','1970-01-01 00:00:00'] |
26 changes: 26 additions & 0 deletions
26
regression-test/data/nereids_function_p0/array/test_array_datetimev2(2).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// this is data case file for array<datetimev1>|array<datetimev2(0)> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
['2021-12-31 12:23:34.00', '2021-12-31 12:23:34.12', '2021-12-31 12:23:34.99'] | ||
['0000-01-01 00:00:00.00', '0000-01-01 00:00:00.12', '0000-01-01 00:00:00.99'] | ||
['0000-01-02 00:00:00.00', '0000-01-02 00:00:00.12', '0000-01-02 00:00:00.99'] | ||
['0000-01-03 11:00:00.00', '0000-01-03 11:00:00.12', '0000-01-03 11:00:00.99'] | ||
['0000-01-04 00:56:00.00', '0000-01-04 00:56:00.12', '0000-01-04 00:56:00.99'] | ||
['0000-01-05 00:35:47.00', '0000-01-05 00:35:47.12', '0000-01-05 00:35:47.99'] | ||
['0000-01-06 00:00:56.00', '0000-01-06 00:00:56.12', '0000-01-06 00:00:56.99'] | ||
['0000-01-07 13:59:00.00', '0000-01-07 13:59:00.12', '0000-01-07 13:59:00.99'] | ||
['0000-12-31 23:59:59.00', '0000-12-31 23:59:59.12', '0000-12-31 23:59:59.99'] | ||
['0000-02-28 00:00:00.00', '0000-02-28 00:00:00.12', '0000-02-28 00:00:00.99'] | ||
['2020-02-28 23:59:59.00', '2020-02-28 23:59:59.12', '2020-02-28 23:59:59.99'] | ||
['2020-02-29 23:59:59.00', '2020-02-29 23:59:59.12', '2020-02-29 23:59:59.99'] | ||
['2020-03-01 00:00:00.00', '2020-03-01 00:00:00.12', '2020-03-01 00:00:00.99'] | ||
['2021-02-28 23:59:59.00', '2021-02-28 23:59:59.12', '2021-02-28 23:59:59.99'] | ||
['2021-03-01 00:00:00.00', '2021-03-01 00:00:00.12', '2021-03-01 00:00:00.99'] | ||
['1900-02-28 23:59:59.00', '1900-02-28 23:59:59.12', '1900-02-28 23:59:59.99'] | ||
['1900-03-01 00:00:00.00', '1900-03-01 00:00:00.12', '1900-03-01 00:00:00.99'] | ||
['9999-12-31 23:59:59.00', '9999-12-31 23:59:59.12', '9999-12-31 23:59:59.99'] | ||
['1969-12-31 23:59:59.00', '1969-12-31 23:59:59.12', '1969-12-31 23:59:59.99'] | ||
['1970-01-01 00:00:00.00', '1970-01-01 00:00:00.12', '1970-01-01 00:00:00.99'] | ||
// all elements | ||
['2021-12-31 12:23:34.00', '2021-12-31 12:23:34.12', '2021-12-31 12:23:34.99', '0000-01-01 00:00:00.00', '0000-01-01 00:00:00.12', '0000-01-01 00:00:00.99', '0000-01-02 00:00:00.00', '0000-01-02 00:00:00.12', '0000-01-02 00:00:00.99', '0000-01-03 11:00:00.00', '0000-01-03 11:00:00.12', '0000-01-03 11:00:00.99', '0000-01-04 00:56:00.00', '0000-01-04 00:56:00.12', '0000-01-04 00:56:00.99', '0000-01-05 00:35:47.00', '0000-01-05 00:35:47.12', '0000-01-05 00:35:47.99', '0000-01-06 00:00:56.00', '0000-01-06 00:00:56.12', '0000-01-06 00:00:56.99', '0000-01-07 13:59:00.00', '0000-01-07 13:59:00.12', '0000-01-07 13:59:00.99', '0000-12-31 23:59:59.00', '0000-12-31 23:59:59.12', '0000-12-31 23:59:59.99', '0000-02-28 00:00:00.00', '0000-02-28 00:00:00.12', '0000-02-28 00:00:00.99', '2020-02-28 23:59:59.00', '2020-02-28 23:59:59.12', '2020-02-28 23:59:59.99', '2020-02-29 23:59:59.00', '2020-02-29 23:59:59.12', '2020-02-29 23:59:59.99', '2020-03-01 00:00:00.00', '2020-03-01 00:00:00.12', '2020-03-01 00:00:00.99', '2021-02-28 23:59:59.00', '2021-02-28 23:59:59.12', '2021-02-28 23:59:59.99', '2021-03-01 00:00:00.00', '2021-03-01 00:00:00.12', '2021-03-01 00:00:00.99', '1900-02-28 23:59:59.00', '1900-02-28 23:59:59.12', '1900-02-28 23:59:59.99', '1900-03-01 00:00:00.00', '1900-03-01 00:00:00.12', '1900-03-01 00:00:00.99', '9999-12-31 23:59:59.00', '9999-12-31 23:59:59.12', '9999-12-31 23:59:59.99', '1969-12-31 23:59:59.00', '1969-12-31 23:59:59.12', '1969-12-31 23:59:59.99', '1970-01-01 00:00:00.00', '1970-01-01 00:00:00.12', '1970-01-01 00:00:00.99'] |
26 changes: 26 additions & 0 deletions
26
regression-test/data/nereids_function_p0/array/test_array_datetimev2(5).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// this is data case file for array<datetimev1>|array<datetimev2(0)> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
['2021-12-31 12:23:34.00000', '2021-12-31 12:23:34.12345', '2021-12-31 12:23:34.99999'] | ||
['0000-01-01 00:00:00.00000', '0000-01-01 00:00:00.12345', '0000-01-01 00:00:00.99999'] | ||
['0000-01-02 00:00:00.00000', '0000-01-02 00:00:00.12345', '0000-01-02 00:00:00.99999'] | ||
['0000-01-03 11:00:00.00000', '0000-01-03 11:00:00.12345', '0000-01-03 11:00:00.99999'] | ||
['0000-01-04 00:56:00.00000', '0000-01-04 00:56:00.12345', '0000-01-04 00:56:00.99999'] | ||
['0000-01-05 00:35:47.00000', '0000-01-05 00:35:47.12345', '0000-01-05 00:35:47.99999'] | ||
['0000-01-06 00:00:56.00000', '0000-01-06 00:00:56.12345', '0000-01-06 00:00:56.99999'] | ||
['0000-01-07 13:59:00.00000', '0000-01-07 13:59:00.12345', '0000-01-07 13:59:00.99999'] | ||
['0000-12-31 23:59:59.00000', '0000-12-31 23:59:59.12345', '0000-12-31 23:59:59.99999'] | ||
['0000-02-28 00:00:00.00000', '0000-02-28 00:00:00.12345', '0000-02-28 00:00:00.99999'] | ||
['2020-02-28 23:59:59.00000', '2020-02-28 23:59:59.12345', '2020-02-28 23:59:59.99999'] | ||
['2020-02-29 23:59:59.00000', '2020-02-29 23:59:59.12345', '2020-02-29 23:59:59.99999'] | ||
['2020-03-01 00:00:00.00000', '2020-03-01 00:00:00.12345', '2020-03-01 00:00:00.99999'] | ||
['2021-02-28 23:59:59.00000', '2021-02-28 23:59:59.12345', '2021-02-28 23:59:59.99999'] | ||
['2021-03-01 00:00:00.00000', '2021-03-01 00:00:00.12345', '2021-03-01 00:00:00.99999'] | ||
['1900-02-28 23:59:59.00000', '1900-02-28 23:59:59.12345', '1900-02-28 23:59:59.99999'] | ||
['1900-03-01 00:00:00.00000', '1900-03-01 00:00:00.12345', '1900-03-01 00:00:00.99999'] | ||
['9999-12-31 23:59:59.00000', '9999-12-31 23:59:59.12345', '9999-12-31 23:59:59.99999'] | ||
['1969-12-31 23:59:59.00000', '1969-12-31 23:59:59.12345', '1969-12-31 23:59:59.99999'] | ||
['1970-01-01 00:00:00.00000', '1970-01-01 00:00:00.12345', '1970-01-01 00:00:00.99999'] | ||
// all elements are the same | ||
['2021-12-31 12:23:34.00000', '2021-12-31 12:23:34.12345', '2021-12-31 12:23:34.99999', '0000-01-01 00:00:00.00000', '0000-01-01 00:00:00.12345', '0000-01-01 00:00:00.99999', '0000-01-02 00:00:00.00000', '0000-01-02 00:00:00.12345', '0000-01-02 00:00:00.99999', '0000-01-03 11:00:00.00000', '0000-01-03 11:00:00.12345', '0000-01-03 11:00:00.99999', '0000-01-04 00:56:00.00000', '0000-01-04 00:56:00.12345', '0000-01-04 00:56:00.99999', '0000-01-05 00:35:47.00000', '0000-01-05 00:35:47.12345', '0000-01-05 00:35:47.99999', '0000-01-06 00:00:56.00000', '0000-01-06 00:00:56.12345', '0000-01-06 00:00:56.99999', '0000-01-07 13:59:00.00000', '0000-01-07 13:59:00.12345', '0000-01-07 13:59:00.99999', '0000-12-31 23:59:59.00000', '0000-12-31 23:59:59.12345', '0000-12-31 23:59:59.99999', '0000-02-28 00:00:00.00000', '0000-02-28 00:00:00.12345', '0000-02-28 00:00:00.99999', '2020-02-28 23:59:59.00000', '2020-02-28 23:59:59.12345', '2020-02-28 23:59:59.99999', '2020-02-29 23:59:59.00000', '2020-02-29 23:59:59.12345', '2020-02-29 23:59:59.99999', '2020-03-01 00:00:00.00000', '2020-03-01 00:00:00.12345', '2020-03-01 00:00:00.99999', '2021-02-28 23:59:59.00000', '2021-02-28 23:59:59.12345', '2021-02-28 23:59:59.99999', '2021-03-01 00:00:00.00000', '2021-03-01 00:00:00.12345', '2021-03-01 00:00:00.99999', '1900-02-28 23:59:59.00000', '1900-02-28 23:59:59.12345', '1900-02-28 23:59:59.99999', '1900-03-01 00:00:00.00000', '1900-03-01 00:00:00.12345', '1900-03-01 00:00:00.99999', '9999-12-31 23:59:59.00000', '9999-12-31 23:59:59.12345', '9999-12-31 23:59:59.99999', '1969-12-31 23:59:59.00000', '1969-12-31 23:59:59.12345', '1969-12-31 23:59:59.99999', '1970-01-01 00:00:00.00000', '1970-01-01 00:00:00.12345', '1970-01-01 00:00:00.99999'] |
26 changes: 26 additions & 0 deletions
26
regression-test/data/nereids_function_p0/array/test_array_datetimev2(6).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// this is data case file for array<datetimev1>|array<datetimev2(0)> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
['2021-12-31 12:23:34.000000', '2021-12-31 12:23:34.123456', '2021-12-31 12:23:34.999999'] | ||
['0000-01-01 00:00:00.000000', '0000-01-01 00:00:00.123456', '0000-01-01 00:00:00.999999'] | ||
['0000-01-02 00:00:00.000000', '0000-01-02 00:00:00.123456', '0000-01-02 00:00:00.999999'] | ||
['0000-01-03 11:00:00.000000', '0000-01-03 11:00:00.123456', '0000-01-03 11:00:00.999999'] | ||
['0000-01-04 00:56:00.000000', '0000-01-04 00:56:00.123456', '0000-01-04 00:56:00.999999'] | ||
['0000-01-05 00:35:47.000000', '0000-01-05 00:35:47.123456', '0000-01-05 00:35:47.999999'] | ||
['0000-01-06 00:00:56.000000', '0000-01-06 00:00:56.123456', '0000-01-06 00:00:56.999999'] | ||
['0000-01-07 13:59:00.000000', '0000-01-07 13:59:00.123456', '0000-01-07 13:59:00.999999'] | ||
['0000-12-31 23:59:59.000000', '0000-12-31 23:59:59.123456', '0000-12-31 23:59:59.999999'] | ||
['0000-02-28 00:00:00.000000', '0000-02-28 00:00:00.123456', '0000-02-28 00:00:00.999999'] | ||
['2020-02-28 23:59:59.000000', '2020-02-28 23:59:59.123456', '2020-02-28 23:59:59.999999'] | ||
['2020-02-29 23:59:59.000000', '2020-02-29 23:59:59.123456', '2020-02-29 23:59:59.999999'] | ||
['2020-03-01 00:00:00.000000', '2020-03-01 00:00:00.123456', '2020-03-01 00:00:00.999999'] | ||
['2021-02-28 23:59:59.000000', '2021-02-28 23:59:59.123456', '2021-02-28 23:59:59.999999'] | ||
['2021-03-01 00:00:00.000000', '2021-03-01 00:00:00.123456', '2021-03-01 00:00:00.999999'] | ||
['1900-02-28 23:59:59.000000', '1900-02-28 23:59:59.123456', '1900-02-28 23:59:59.999999'] | ||
['1900-03-01 00:00:00.000000', '1900-03-01 00:00:00.123456', '1900-03-01 00:00:00.999999'] | ||
['9999-12-31 23:59:59.000000', '9999-12-31 23:59:59.123456', '9999-12-31 23:59:59.999999'] | ||
['1969-12-31 23:59:59.000000', '1969-12-31 23:59:59.123456', '1969-12-31 23:59:59.999999'] | ||
['1970-01-01 00:00:00.000000', '1970-01-01 00:00:00.123456', '1970-01-01 00:00:00.999999'] | ||
// all elements are the same | ||
['2021-12-31 12:23:34.000000', '2021-12-31 12:23:34.123456', '2021-12-31 12:23:34.999999', '0000-01-01 00:00:00.000000', '0000-01-01 00:00:00.123456', '0000-01-01 00:00:00.999999', '0000-01-02 00:00:00.000000', '0000-01-02 00:00:00.123456', '0000-01-02 00:00:00.999999', '0000-01-03 11:00:00.000000', '0000-01-03 11:00:00.123456', '0000-01-03 11:00:00.999999', '0000-01-04 00:56:00.000000', '0000-01-04 00:56:00.123456', '0000-01-04 00:56:00.999999', '0000-01-05 00:35:47.000000', '0000-01-05 00:35:47.123456', '0000-01-05 00:35:47.999999', '0000-01-06 00:00:56.000000', '0000-01-06 00:00:56.123456', '0000-01-06 00:00:56.999999', '0000-01-07 13:59:00.000000', '0000-01-07 13:59:00.123456', '0000-01-07 13:59:00.999999', '0000-12-31 23:59:59.000000', '0000-12-31 23:59:59.123456', '0000-12-31 23:59:59.999999', '0000-02-28 00:00:00.000000', '0000-02-28 00:00:00.123456', '0000-02-28 00:00:00.999999', '2020-02-28 23:59:59.000000', '2020-02-28 23:59:59.123456', '2020-02-28 23:59:59.999999', '2020-02-29 23:59:59.000000', '2020-02-29 23:59:59.123456', '2020-02-29 23:59:59.999999', '2020-03-01 00:00:00.000000', '2020-03-01 00:00:00.123456', '2020-03-01 00:00:00.999999', '2021-02-28 23:59:59.000000', '2021-02-28 23:59:59.123456', '2021-02-28 23:59:59.999999', '2021-03-01 00:00:00.000000', '2021-03-01 00:00:00.123456', '2021-03-01 00:00:00.999999', '1900-02-28 23:59:59.000000', '1900-02-28 23:59:59.123456', '1900-02-28 23:59:59.999999', '1900-03-01 00:00:00.000000', '1900-03-01 00:00:00.123456', '1900-03-01 00:00:00.999999', '9999-12-31 23:59:59.000000', '9999-12-31 23:59:59.123456', '9999-12-31 23:59:59.999999', '1969-12-31 23:59:59.000000', '1969-12-31 23:59:59.123456', '1969-12-31 23:59:59.999999', '1970-01-01 00:00:00.000000', '1970-01-01 00:00:00.123456', '1970-01-01 00:00:00.999999'] |
8 changes: 8 additions & 0 deletions
8
regression-test/data/nereids_function_p0/array/test_array_decimalv2(10,0).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[1234567890,9999999999,1000000000,1111111111,-1234567890,-9999999999,-1000000000,-1111111111,1,0,-1] | ||
[1.1, 1.1, 2.2, 0, -1, -999999999, 999999999, 0.000000] |
7 changes: 7 additions & 0 deletions
7
regression-test/data/nereids_function_p0/array/test_array_decimalv3(1,0).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[1,2,3,4,5,6,7,8,9,-1,-2,-3,-4,-5,-6,-7,-8,-9] |
8 changes: 8 additions & 0 deletions
8
regression-test/data/nereids_function_p0/array/test_array_decimalv3(1,1).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[1,2,3,4,5,6,7,8,9,-1,-2,-3,-4,-5,-6,-7,-8,-9] | ||
[0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.7,-0.8,-0.9] |
12 changes: 12 additions & 0 deletions
12
regression-test/data/nereids_function_p0/array/test_array_decimalv3(10,5).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[1,2,3,4,5,6,7,8,9,-1,-2,-3,-4,-5,-6,-7,-8,-9] | ||
[0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.7,-0.8,-0.9] | ||
[345.6789, 345.6789, 345.6789] | ||
[890123456,999999999,-890123456,-999999999] | ||
[98765.43210,0.00001,99999.99999,-98765.43210,-0.00001,-99999.99999] | ||
NULL |
13 changes: 13 additions & 0 deletions
13
regression-test/data/nereids_function_p0/array/test_array_decimalv3(12,6).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[1,2,3,4,5,6,7,8,9,-1,-2,-3,-4,-5,-6,-7,-8,-9] | ||
[0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.7,-0.8,-0.9] | ||
[345.6789, 345.6789, 345.6789] | ||
[890123456,999999999,-890123456,-999999999] | ||
[98765.43210,0.00001,99999.99999,-98765.43210,-0.00001,-99999.99999] | ||
[678901.234567, 678901.234567, 678901.234567] | ||
NULL |
8 changes: 8 additions & 0 deletions
8
regression-test/data/nereids_function_p0/array/test_array_decimalv3(14,5).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[7890123.12345, 7890123.12345, 7890123.12345] | ||
|
7 changes: 7 additions & 0 deletions
7
regression-test/data/nereids_function_p0/array/test_array_decimalv3(16,10).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[12345.1234567890, 12345.1234567890, 12345.1234567890] |
8 changes: 8 additions & 0 deletions
8
regression-test/data/nereids_function_p0/array/test_array_decimalv3(27,9).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases | ||
[] | ||
[null] | ||
NULL | ||
// single element | ||
[0] | ||
[123456789.1234567, 98765.43210, 8765432.210, 54321.34, 321.4, 12345.1234567890, 678901.234567, 7890123.12345, 890123456, 9012345.6789, 123.45678901, 2345.678] | ||
[12.345678901,987.654321,0.123456789,1234567.89,0.987654321,56789.12345,123.456789,45678.90123,0.3456789,2345.6789,0.1,1.0,123.0,123456789.123456789,0.000000001,100000000.1,0.999999999,0.000123456,99999999.999999999,0.123456,123456.000000001,1000000000.000000001,0.000000123,123456789012345.6789,123.456000000,999999999.9,0.0000000001,999.999999999,0.012345678,1234567890.123456789,123456789012345.123456789,98765432109876.987654321,12345678901234.567890123,87654321098765.432109876,23456789012345.678901234,76543210987654.321098765,34567890123456.789012345,65432109876543.210987654,45678901234567.890123456,54321098765432.109876543] |
Oops, something went wrong.