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

Function GetDictionaryPayload

cpp/src/arrow/ipc/writer.cc:817–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817Status GetDictionaryPayload(int64_t id, const std::shared_ptr<Array>& dictionary,
818 const IpcWriteOptions& options, IpcPayload* out) {
819 return GetDictionaryPayload(id, false, dictionary, options, out);
820}
821
822Status GetDictionaryPayload(int64_t id, bool is_delta,
823 const std::shared_ptr<Array>& dictionary,

Callers 2

WriteDictionaryMethod · 0.85
WriteDictionariesFunction · 0.85

Calls 1

AssembleMethod · 0.45

Tested by 1

WriteDictionaryMethod · 0.68