Skip to content

Commit

Permalink
Add todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed Aug 10, 2023
1 parent ca5dc43 commit 81c2fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func FunctionMap() map[string]physical.FunctionDetails {
"=": {
Descriptors: []physical.FunctionDescriptor{
// TODO: Fix this for Arrow and unions.
// I think you could just equal the subarray of each type separately, but then also check the TypeID array?
{
ArgumentTypes: []octosql.Type{octosql.Any, octosql.Any},
OutputType: octosql.Boolean,
Expand Down

0 comments on commit 81c2fe6

Please sign in to comment.