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

Function num_columns

cpp/src/parquet/schema.h:455–455  ·  view source on GitHub ↗

The number of physical columns appearing in the file

Source from the content-addressed store, hash-verified

453
454 // The number of physical columns appearing in the file
455 int num_columns() const { return static_cast<int>(leaves_.size()); }
456
457 const schema::NodePtr& schema_root() const { return schema_; }
458

Callers 6

InitColumnsMethod · 0.70
StartFileMethod · 0.70
ColumnChunkMethod · 0.70
can_decompressMethod · 0.70
NextColumnChunkMethod · 0.70
updateColumnOrdersMethod · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected