Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: index_in has wrong return type (#632)
`index_in` is currently declared as returning an `int64`, the return type should be `i64`, as according to https://substrait.io/types/type_classes/#simple-types there is no int64 type.
- Loading branch information