Implement parquet_metadata
function in datafusion-cli
#8367
Labels
enhancement
New feature or request
parquet_metadata
function in datafusion-cli
#8367
Is your feature request related to a problem or challenge?
When exploring Parquet files using
datafusion-cli
I would often like to see how they are structured (how many row groups, if they have statistics, etc).Describe the solution you'd like
I would like to create new functions for exploring parquet metadata using the new User Defined Table Functions (🙇 to @Veeupup ) introduced in #8306
Ideally we could implement something like
parquet_metadata
: https://duckdb.org/docs/data/parquet/overview(I think parquet_schema is covered by
describe 'filename.parquet'
alreadyNote I think this should be done in datafusion-cli (not core DataFusion)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: