We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4db73 commit ab7611cCopy full SHA for ab7611c
1 file changed
cpp/src/arrow/builder.h
@@ -154,6 +154,9 @@ class ARROW_EXPORT ArrayBuilder {
154
void UnsafeAppendToBitmap(const uint8_t* valid_bytes, int64_t length);
155
// Set the next length bits to not null (i.e. valid).
156
void UnsafeSetNotNull(int64_t length);
157
+
158
+ private:
159
+ ARROW_DISALLOW_COPY_AND_ASSIGN(ArrayBuilder);
160
};
161
162
class ARROW_EXPORT NullBuilder : public ArrayBuilder {
0 commit comments