Skip to content

Add read_parquet SQL UDF #3773

Open
Open
@andygrove

Description

@andygrove

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I just tried DuckDB for the first time and I liked this syntax:

CREATE VIEW nation AS SELECT * FROM read_parquet('/mnt/bigdata/tpch/sf10-parquet-float//nation/*.parquet')

This is much easier than CREATE EXTERNAL TABLE.

Describe the solution you'd like
Steal this idea

Describe alternatives you've considered
None

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsqlSQL Planner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions