Read data from a parquet file.
function from_parquet(string|Path $uri);
Additional options:
withColumns(array $columns)
- default [], list of columns to read when not set, all columns will be readwithOptions(Options $options)
- custom Parquet Reader OptionswithByteOrder(ByteOrder $order)
- defaultByteOrder::LITTLE_ENDIAN
, the byte order of the parquet filewithOffset(int $offset)
- default null, rows to skip from the beginning of the file