Definition
source
/**
* @param Path|string $path
* @param array<string> $columns - list of columns to read from parquet file - @deprecated use `withColumns` method instead
* @param Options $options - @deprecated use `withOptions` method instead
* @param ByteOrder $byte_order - @deprecated use `withByteOrder` method instead
* @param null|int $offset - @deprecated use `withOffset` method instead
*/
from_parquet(Path|string $path, array $columns, Options $options, ByteOrder $byte_order, ?int $offset) : ParquetExtractor