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

Method Get

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

Source from the content-addressed store, hash-verified

593 }
594
595 BufferPtrVector Get(const ArrayDataVector& fields) && {
596 AppendFrom(fields);
597 return std::move(buffers_);
598 }
599
600 BufferPtrVector buffers_;
601 };

Callers 15

ARROW_ASSIGN_OR_RAISEFunction · 0.45
GetBufferMethod · 0.45
GetVariadicCountMethod · 0.45
GetFieldMetadataMethod · 0.45
DecompressBuffersFunction · 0.45
GetDictionaryBlockMethod · 0.45
ReadSparseCOOIndexFunction · 0.45
ReadSparseCSFIndexFunction · 0.45
FieldFromFlatbufferFunction · 0.45
GetSchemaFunction · 0.45
GetTensorMetadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected