tbl_csv: Create a lazy table reference from a CSV file
Description
Opens a CSV file for lazy, streaming query execution. Column types are
inferred from the first 1000 rows. No data is read until collect() is
called. Gzip-compressed files (.csv.gz) are supported transparently.
Usage
tbl_csv(path, batch_size = .DEFAULT_BATCH_SIZE)
Value
A vectra_node object representing a lazy scan of the CSV file.