Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
acbb35c
Reprecate legacy public row operators
PointKernel Sep 24, 2025
fa598b6
Merge remote-tracking branch 'upstream/branch-25.12' into deprecate-r…
PointKernel Sep 24, 2025
d4377b9
Fix nan handling
PointKernel Sep 25, 2025
c87e92d
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Sep 25, 2025
adb4dc8
Merge remote-tracking branch 'upstream/branch-25.12' into deprecate-r…
PointKernel Sep 26, 2025
74c3735
Merge remote-tracking branch 'origin/deprecate-row-op' into deprecate…
PointKernel Sep 26, 2025
0a2973e
Merge remote-tracking branch 'upstream/branch-25.12' into deprecate-r…
PointKernel Sep 26, 2025
e0ba2c4
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Sep 29, 2025
a283f00
Merge remote-tracking branch 'upstream/branch-25.12' into deprecate-r…
PointKernel Sep 29, 2025
84a7e2c
Merge remote-tracking branch 'origin/deprecate-row-op' into deprecate…
PointKernel Sep 29, 2025
f48584a
Move row operator tests to its own folder
PointKernel Sep 29, 2025
df8f5dd
Update copyright year
PointKernel Sep 29, 2025
4e055ed
Merge remote-tracking branch 'upstream/branch-25.12' into deprecate-r…
PointKernel Sep 29, 2025
3dbb5dc
Update cpp/tests/table/table_view_tests.cu
PointKernel Sep 29, 2025
41f1f18
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Sep 30, 2025
b570489
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Sep 30, 2025
5598ffd
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Oct 1, 2025
d2f9ac0
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Oct 1, 2025
5862706
Merge branch 'branch-25.12' into deprecate-row-op
PointKernel Oct 2, 2025
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
2 changes: 0 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,6 @@ add_library(
src/structs/structs_column_factories.cu
src/structs/structs_column_view.cpp
src/structs/utilities.cu
src/table/primitive_row_operators.cu
src/table/row_operators.cu
src/table/table.cpp
src/table/table_device_view.cu
src/table/table_view.cpp
Expand Down
1 change: 0 additions & 1 deletion cpp/include/cudf/detail/row_operator/row_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <cudf/lists/lists_column_device_view.cuh>
#include <cudf/sorting.hpp>
#include <cudf/structs/structs_column_device_view.cuh>
#include <cudf/table/row_operators.cuh>
#include <cudf/table/table_device_view.cuh>
#include <cudf/utilities/default_stream.hpp>
#include <cudf/utilities/traits.hpp>
Expand Down
2,111 changes: 0 additions & 2,111 deletions cpp/include/cudf/table/experimental/row_operators.cuh

This file was deleted.

310 changes: 0 additions & 310 deletions cpp/include/cudf/table/primitive_row_operators.cuh

This file was deleted.

Loading
Loading