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

Function dictionary

cpp/src/generated/Schema_generated.h:2150–2152  ·  view source on GitHub ↗

Present only if the field is dictionary encoded.

Source from the content-addressed store, hash-verified

2148 }
2149 /// Present only if the field is dictionary encoded.
2150 const org::apache::arrow::flatbuf::DictionaryEncoding *dictionary() const {
2151 return GetPointer<const org::apache::arrow::flatbuf::DictionaryEncoding *>(VT_DICTIONARY);
2152 }
2153 /// children apply only to nested data types like Struct, List and Union. For
2154 /// primitive types children will have length 0.
2155 const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>> *children() const {

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected