This repository was archived by the owner on Jan 7, 2025. It is now read-only.
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
core: bindings generator #214
Open
Description
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
Activity