This page lists 2 functions in the spql.parquet namespace generated from the default SPQL function catalog.
| Function | Kind | Summary |
|---|---|---|
spql.parquet.read | source function | Read a Parquet file as a relation. |
spql.parquet.read_glob | source function | Read same-schema Parquet files matched by a glob pattern as a relation. |
spql.parquet.read
Kind: source function
Read a Parquet file as a relation.
Signature
spql.parquet.read(path)
Parameters
| Name | Required | Description |
|---|---|---|
path | yes | No parameter docs. |
spql.parquet.read_glob
Kind: source function
Read same-schema Parquet files matched by a glob pattern as a relation.
Signature
spql.parquet.read_glob(pattern)
Parameters
| Name | Required | Description |
|---|---|---|
pattern | yes | No parameter docs. |
Last updated on