Reader
Read onlyYes
FinalYes
Properties
Methods
- __construct() : mixed
- arrow() : self
- php() : self
- read() : ParquetFile
- readStream() : ParquetFile
Properties
$options
public
Options
$options
= new Options()
Methods
__construct()
public
__construct([ByteOrder $byteOrder = ByteOrder::LITTLE_ENDIAN ][, Options $options = new Options() ][, ParquetEngine|null $engine = null ]) : mixed
Parameters
- $byteOrder : ByteOrder = ByteOrder::LITTLE_ENDIAN
- $options : Options = new Options()
- $engine : ParquetEngine|null = null
arrow()
public
static arrow([Options $options = new Options() ]) : self
Parameters
Return values
selfphp()
public
static php([Options $options = new Options() ]) : self
Parameters
Return values
selfread()
public
read(string $path) : ParquetFile
Parameters
- $path : string
Return values
ParquetFilereadStream()
public
readStream(SourceStream $stream) : ParquetFile
Parameters
- $stream : SourceStream