Skip to contents

This is useful when the read_register() incorrectly guesses or can't find the register.

Usage

read_parquet_partition(path)

read_parquet_file(path)

Arguments

path

Path to a directory with the Parquet files within or a path to a Parquet file.

Value

A DuckDB table.

Functions

  • read_parquet_partition(): Reads a Parquet partitioned directory.

  • read_parquet_file(): Reads a single Parquet file.