Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit a80bf02

Browse files
xhochywesm
authored andcommitted
PARQUET-605: Expose schema node in ColumnDescriptor
Author: Korn, Uwe <Uwe.Korn@blue-yonder.com> Closes #99 from xhochy/parquet-605 and squashes the following commits: 0d444e5 [Korn, Uwe] PARQUET-605: Expose schema node in ColumnDescriptor
1 parent 72881a5 commit a80bf02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/parquet/schema/descriptor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ class ColumnDescriptor {
5353

5454
const std::shared_ptr<schema::ColumnPath> path() const;
5555

56+
const schema::NodePtr& schema_node() const { return node_; }
57+
5658
int type_length() const;
5759

5860
int type_precision() const;

0 commit comments

Comments
 (0)