What is the metadata
field in DataSchema
used for?
#5939
-
I'm implementing comments for columns now. I find that there is a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Has not seen anywhere to use it, I think @youngsofun may know more about it. |
Beta Was this translation helpful? Give feedback.
-
@RinChanNOWWW it`s explained here https://databend.rs/doc/contributing/rfcs/new-sql-planner-framework#binder |
Beta Was this translation helpful? Give feedback.
-
Metadata will be used to convert into Arrow's schema. See: https://github.com/jorgecarleitao/arrow2/blob/main/src/datatypes/schema.rs#L13-L29 |
Beta Was this translation helpful? Give feedback.
Metadata will be used to convert into Arrow's schema. See: https://github.com/jorgecarleitao/arrow2/blob/main/src/datatypes/schema.rs#L13-L29