Skip to content

monsterxx03/sqlpar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b770c0 · Sep 16, 2020

History

20 Commits
Sep 16, 2020
Sep 16, 2020
Sep 16, 2020
Sep 9, 2020
Sep 9, 2020
Sep 15, 2020
Sep 16, 2020
Sep 9, 2020
Sep 9, 2020
Sep 16, 2020

Repository files navigation

sqlpar

Use sql to query parquet file

    ./sqlpar -file test.parquet

    >> select user_id, age from test_schema where age > 1 limit 2
    user_id  age
    abc      12
    def      33

    ./sqlpar -file test.parquet -sql 'select user_id, age from test_schema where age > 1 limit 2'
    user_id  age
    abc      12
    def      33

About

Explore parquet file with sql, without spark!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published