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

Function columns

cpp/src/generated/feather_generated.h:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695 return GetField<int64_t>(VT_NUM_ROWS, 0);
696 }
697 const ::flatbuffers::Vector<::flatbuffers::Offset<arrow::ipc::feather::fbs::Column>> *columns() const {
698 return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<arrow::ipc::feather::fbs::Column>> *>(VT_COLUMNS);
699 }
700 /// Version number of the Feather format
701 ///
702 /// Internal versions 0, 1, and 2: Implemented in Apache Arrow <= 0.16.0 and

Callers 6

ToStructArrayMethod · 0.85
ReplaceSchemaMethod · 0.85
CopyToMethod · 0.85
ViewOrCopyToMethod · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.85
VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected