Add bit or/and/xor function (#4471)
Add bit or/and/xor function support. (they are bit operator, not bool, not agg) Approved by: @aressu1985, @aunjgr
Showing
- pkg/sql/plan/base_binder.go 6 additions, 0 deletionspkg/sql/plan/base_binder.go
- pkg/sql/plan/function/function_id.go 6 additions, 0 deletionspkg/sql/plan/function/function_id.go
- pkg/sql/plan/function/operator/op_bit.go 102 additions, 0 deletionspkg/sql/plan/function/operator/op_bit.go
- pkg/sql/plan/function/operator/op_bit_test.go 237 additions, 0 deletionspkg/sql/plan/function/operator/op_bit_test.go
- pkg/sql/plan/function/operators.go 282 additions, 0 deletionspkg/sql/plan/function/operators.go
- test/cases/function/func_string_lpad_rpad.test 1 addition, 1 deletiontest/cases/function/func_string_lpad_rpad.test
pkg/sql/plan/function/operator/op_bit.go
0 → 100644
Please register or sign in to comment