We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5881577 commit d9c107cCopy full SHA for d9c107c
src/nanoarrow/testing/testing.cc
@@ -34,8 +34,7 @@ namespace internal {
34
// Internal representation of the various structures needed to import and/or export
35
// a dictionary array. We use a serialized version of the dictionary value because
36
// nanoarrow doesn't currently have the ability to copy or reference count an Array.
37
-class Dictionary {
38
- public:
+struct Dictionary {
39
nanoarrow::UniqueSchema schema;
40
int64_t column_length;
41
std::string column_json;
0 commit comments