You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
currently, we generate all matches in the memory before calling the rule. it takes a lot of memory. we should consider implementing a binding generator to save memory. example: https://github.com/datafusion-contrib/datafusion-dolomite/blob/main/dolomite/src/heuristic/binding.rs
The text was updated successfully, but these errors were encountered: