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 read -
withOptions(Options $options)
- custom Parquet Reader Options -
withByteOrder(ByteOrder $order)
- defaultByteOrder::LITTLE_ENDIAN
, the byte order of the parquet file -
withOffset(int $offset)
- default null, rows to skip from the beginning of the file