Expand description

Module containing helper methods for the various file formats

Modules

Apache Avro format abstractions

CSV format abstractions

Line delimited JSON format abstractions

Parquet format abstractions

Constants

default max records to scan to infer the schema

Traits

This trait abstracts all the file format specific implementations from the TableProvider. This helps code re-utilization across providers that support the the same file formats.