This is an automated email from the ASF dual-hosted git repository.
quinnj pushed a change to branch core-rewrite
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
from d3cecf6 feat: exact scan pushdown (Stage B); track Tables.jl's scan
branch
add f7f69c2 refactor(scan): compile each request once
No new revisions were added by this update.
Summary of changes:
CONTEXT.md | 54 +++
docs/dev/DESIGN-scan-ranges-trim.md | 111 ++++--
docs/dev/core-README.md | 27 +-
docs/src/manual.md | 9 +-
src/Arrow.jl | 4 +-
src/ipc_write.jl | 38 +-
src/scan.jl | 742 ++++++++++++++++++++++++++++++------
src/table.jl | 480 ++++++-----------------
test/arrowtypes_compat_tests.jl | 44 +++
test/facade_tests.jl | 35 +-
test/scan_battery.jl | 400 +++++++++++++++++--
11 files changed, 1380 insertions(+), 564 deletions(-)
create mode 100644 CONTEXT.md