- 
                Notifications
    
You must be signed in to change notification settings  - Fork 27
 
Open
Description
I'm thinking of building an Extension Registry in rust similar to the one in substrait-python. The registry will have three primary roles:
- It will generate and hand out unique anchor numbers.
 - It will check that the intended signature of the function call is covered by an impl in the extensions.
 - If a suitable impl is found, it will infer a return type for the function call.
 
The biggest challenge in rewriting the code in rust is that the python registry depends on antlr to handle return type inference. Since there's no antlr rust target available, we will either have to forgo return type inference altogether or just for those cases where complicated inference logic is required (such as this).
Metadata
Metadata
Assignees
Labels
No labels