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

Function FlatBuffersVectorSize

cpp/src/arrow/ipc/metadata_internal.h:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112template <typename T>
113inline uint32_t FlatBuffersVectorSize(const flatbuffers::Vector<T>* vec) {
114 return (vec == NULLPTR) ? 0 : vec->size();
115}
116
117inline std::string StringFromFlatbuffers(const flatbuffers::String* s) {
118 return (s == NULLPTR) ? "" : s->str();

Callers 2

num_record_batchesMethod · 0.85
num_dictionariesMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected