# Functions
NewReader returns a reader that reads from the CSV file and creates array.Records from the given schema.
NewWriter returns a writer that writes array.Records to the CSV file with the given schema.
WithAllocator specifies the Arrow memory allocator used while building records.
WithChunk specifies the chunk size used while parsing CSV files.
WithComma specifies the fields separation character used while parsing CSV files.
WithComment specifies the comment character used while parsing CSV files.
WithCRLF specifies the line terminator used while writing CSV files.
WithHeader enables or disables CSV-header handling.
WithNullReader sets options for a CSV Reader pertaining to NULL value handling.
WithNullWriter sets the null string written for NULL values.
# Variables
DefaultNullValues is the set of values considered as NULL values by default when Reader is configured to handle NULL values.
No description provided by the author
# Type aliases
Option configures a CSV reader/writer.