MCPcopy Create free account
hub / github.com/apache/arrow / dictionaries

Function dictionaries

cpp/src/generated/File_generated.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return GetPointer<const org::apache::arrow::flatbuf::Schema *>(VT_SCHEMA);
83 }
84 const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *> *dictionaries() const {
85 return GetPointer<const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *> *>(VT_DICTIONARIES);
86 }
87 const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *> *recordBatches() const {
88 return GetPointer<const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *> *>(VT_RECORDBATCHES);
89 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected