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

Method schema

cpp/src/arrow/ipc/feather.cc:314–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 int64_t num_rows() const { return metadata_->num_rows(); }
313
314 std::shared_ptr<Schema> schema() const override { return schema_; }
315
316 Status GetDictionary(int field_index, std::shared_ptr<ArrayData>* out) {
317 const fbs::Column* col_meta = metadata_->columns()->Get(field_index);

Callers 4

ReadMethod · 0.95
OpenMethod · 0.45
ReadMethod · 0.45
WriteTableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected