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

Method num_dicts

cpp/src/arrow/ipc/dictionary.cc:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145int DictionaryFieldMapper::num_fields() const { return impl_->num_fields(); }
146
147int DictionaryFieldMapper::num_dicts() const { return impl_->num_dicts(); }
148
149// ----------------------------------------------------------------------
150// DictionaryMemo implementation

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected