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

Function GetDictionaryPayload

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

Source from the content-addressed store, hash-verified

808}
809
810Status GetDictionaryPayload(int64_t id, const std::shared_ptr<Array>& dictionary,
811 const IpcWriteOptions& options, IpcPayload* out) {
812 return GetDictionaryPayload(id, false, dictionary, options, out);
813}
814
815Status GetDictionaryPayload(int64_t id, bool is_delta,
816 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