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

Method num_dictionaries

cpp/src/arrow/ipc/reader.cc:1929–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1927 }
1928
1929 int num_dictionaries() const {
1930 return static_cast<int>(internal::FlatBuffersVectorSize(footer_->dictionaries()));
1931 }
1932
1933 io::RandomAccessFile* file_;
1934 IpcReadOptions options_;

Callers 1

operator()Method · 0.80

Calls 2

FlatBuffersVectorSizeFunction · 0.85
dictionariesMethod · 0.80

Tested by

no test coverage detected