blob: bfcab62d10b9901b6dd23613ce17adc0c8c4da43 [file] [log] [blame]
-- This file is automatically generated. You should know what you did if you want to edit this
-- !vec_add_const --
1 10 20 130
2 30 15 145
3 50 50 200
4 5 25 130
5 100 10 210
-- !vec_multiply_round --
1 1.5 2.5 3.75
2 3.5 4.5 15.75
3 5.5 2 11
4 7.5 1.5 11.25
5 9.5 3.5 33.25
-- !vec_concat_sep --
1 hello world python udf hello world | python udf
2 foo bar test case foo bar | test case
3 data science machine learning data science | machine learning
4 apache doris database system apache doris | database system
5 vector operations pandas series vector operations | pandas series
-- !vec_title_case --
1 hello world Hello World
2 foo bar Foo Bar
3 data science Data Science
4 apache doris Apache Doris
5 vector operations Vector Operations
-- !vec_conditional --
1 10 20 20
2 30 15 30
3 50 50 50
4 5 25 25
5 100 10 100
-- !vec_percentage --
1 1.5 2.5 60
2 3.5 4.5 77.78
3 5.5 2 275
4 7.5 1.5 500
5 9.5 3.5 271.43
-- !vec_in_range --
1 10 true
2 30 true
3 50 true
4 5 false
5 100 false
-- !vec_safe_div --
1 1.5 2.5 0.6
2 3.5 4.5 0.7777777777777778
3 5.5 2 2.75
4 7.5 1.5 5
5 9.5 3.5 2.714285714285714
-- !vec_exp_decay --
1 1.5 10 1.074796965860684
2 3.5 30 1.287578044100048
3 5.5 50 1.03881581560659
4 7.5 5 6.348612936679606
5 9.5 100 0.3389029367988978
-- !vec_first_word --
1 hello world hello
2 foo bar foo
3 data science data
4 apache doris apache
5 vector operations vector
-- !vec_abs_diff --
1 10 20 10
2 30 15 15
3 50 50 0
4 5 25 20
5 100 10 90
-- !vec_power --
1 1.5 2.25
2 3.5 12.25
3 5.5 30.25
4 7.5 56.25
5 9.5 90.25
-- !vec_bool_and --
1 true true true
2 false true false
3 true false false
4 false false false
5 true true true
-- !vec_bool_or --
1 true true true
2 false true true
3 true false true
4 false false false
5 true true true
-- !vec_clip --
1 10 20
2 30 30
3 50 50
4 5 20
5 100 60