Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow explicit cast between varlist CAST(var, varlist type) #2386

Merged
merged 1 commit into from
Nov 14, 2023

finish cast between nested list

2ac1809
Select commit
Loading
Failed to load commit list.
Merged

Allow explicit cast between varlist CAST(var, varlist type) #2386

finish cast between nested list
2ac1809
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 14, 2023 in 0s

92.95% of diff hit (target 80.00%)

View this Pull Request on Codecov

92.95% of diff hit (target 80.00%)

Annotations

Check warning on line 25 in src/common/table_type.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/table_type.cpp#L25

Added line #L25 was not covered by tests

Check warning on line 297 in src/common/types/value/value.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/types/value/value.cpp#L297

Added line #L297 was not covered by tests

Check warning on line 878 in src/function/cast_string_to_functions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/cast_string_to_functions.cpp#L878

Added line #L878 was not covered by tests

Check warning on line 106 in src/include/function/unary_function_executor.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/function/unary_function_executor.h#L106

Added line #L106 was not covered by tests

Check warning on line 29 in src/planner/plan/plan_read.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/plan/plan_read.cpp#L29

Added line #L29 was not covered by tests

Check warning on line 54 in src/planner/plan/plan_read.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/plan/plan_read.cpp#L54

Added line #L54 was not covered by tests

Check warning on line 475 in src/processor/operator/persistent/reader/parquet/column_reader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/persistent/reader/parquet/column_reader.cpp#L475

Added line #L475 was not covered by tests

Check warning on line 35 in src/processor/operator/transaction.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/transaction.cpp#L35

Added line #L35 was not covered by tests

Check warning on line 103 in src/transaction/transaction_context.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/transaction/transaction_context.cpp#L103

Added line #L103 was not covered by tests

Check warning on line 213 in tools/python_api/src_cpp/py_query_result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tools/python_api/src_cpp/py_query_result.cpp#L213

Added line #L213 was not covered by tests