Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c2d9411
feat(physical-plan): GroupColumn support for lists
mzabaluev Jul 16, 2026
831419b
perf: shift offsets array in place
mzabaluev Jul 16, 2026
cf66d5e
perf: downcast array once in vectorized methods
mzabaluev Jul 16, 2026
3d477af
chore: rustfmt
mzabaluev Jul 16, 2026
553bd2e
refactor: suggestions from code review
mzabaluev Jul 17, 2026
ab84d14
chore: unused mut
mzabaluev Jul 17, 2026
1ae3235
chore: use as_generic_list_array
mzabaluev Jul 20, 2026
6d6a443
Merge branch 'main' into nested-group-column-for-lists
mzabaluev Aug 4, 2026
a660baa
test(physical-plan): fix multi_group_by tests
mzabaluev Aug 4, 2026
f5289d2
Merge branch 'main' into nested-group-column-for-lists
zhuqi-lucas Aug 8, 2026
a08c98e
refactor: rewrite make_group_column
mzabaluev Aug 10, 2026
5813e6c
refactor: dedupe code in make_group_column further
mzabaluev Aug 10, 2026
e5c0fd4
Merge branch 'main' into nested-group-column-for-lists
mzabaluev Aug 14, 2026
1dbeed3
Merge branch 'main' into nested-group-column-for-lists
mzabaluev Aug 19, 2026
551b8fb
Merge branch 'main' into nested-group-column-for-lists
mzabaluev Aug 31, 2026
f97913e
fix: MaybeNullBufferBuilder is gone
mzabaluev Aug 31, 2026
ce33adb
perf: don't allocate sliced sublists
mzabaluev Aug 31, 2026
559e774
Merge branch 'main' into nested-group-column-for-lists
rluvaton Sep 1, 2026
c8ed2c9
Merge branch 'main' into nested-group-column-for-lists
mzabaluev Sep 1, 2026
4c05ca2
refactor: fix clippy lint
mzabaluev Sep 1, 2026
c701d04
fix: impl values_preserving for GroupColumn
mzabaluev Sep 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading