Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_RAISE
Function · 0.45
GetBuffer
Method · 0.45
GetVariadicCount
Method · 0.45
GetFieldMetadata
Method · 0.45
DecompressBuffers
Function · 0.45
GetDictionaryBlock
Method · 0.45
ReadSparseCOOIndex
Function · 0.45
ReadSparseCSFIndex
Function · 0.45
FieldFromFlatbuffer
Function · 0.45
GetSchema
Function · 0.45
GetTensorMetadata
Function · 0.45
GetSparseCSFIndexMetadata
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected