mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Covers tightening up handling filter expressions that contain is/is not null ops. These filters may have to be translated into PQL calls to be passed to the executor and even though sql3 language supports nullability for any data type, currently only BSI fields are nullable at the storage engine level (there is a ticket to add support for non-BSI field here FB-1689: IS SQL Argument returns incorrect error) so when these fields are used in filter conditions we need to handle BSI and non-BSI fields differently. |
||
|---|---|---|
| .. | ||
| parser | ||
| planner | ||
| test | ||
| errors.go | ||
| interfaces.go | ||
| main_test.go | ||
| sql_definitions_test.go | ||
| sql_defs_aggregate_test.go | ||
| sql_defs_between_test.go | ||
| sql_defs_binops_test.go | ||
| sql_defs_cast_test.go | ||
| sql_defs_create_table_test.go | ||
| sql_defs_date_functions_test.go | ||
| sql_defs_groupby_test.go | ||
| sql_defs_in_test.go | ||
| sql_defs_join_test.go | ||
| sql_defs_like_test.go | ||
| sql_defs_null_test.go | ||
| sql_defs_set_functions_test.go | ||
| sql_defs_timequantum_test.go | ||
| sql_defs_unops_test.go | ||
| sql_test.go | ||