We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9458110 commit 29acb07Copy full SHA for 29acb07
cpp/src/arrow/compute/row/grouper.cc
@@ -88,7 +88,6 @@ Segment MakeSegment(int64_t batch_length, int64_t offset, int64_t length, bool e
88
89
using ExtendFunc = std::function<bool(const void*)>;
90
constexpr bool kDefaultExtends = true; // by default, the first segment extends
91
-constexpr bool kEmptyExtends = true; // an empty segment extends too
92
93
struct NoKeysSegmenter : public BaseRowSegmenter {
94
static std::unique_ptr<RowSegmenter> Make() {
0 commit comments