Flow PHP

ParquetExtractor implements Extractor, FileExtractor, LimitableExtractor uses Limitable, PathFiltering

FinalYes

Interfaces

Extractor
FileExtractor
LimitableExtractor

Methods

__construct()  : mixed
extract()  : Generator
source()  : Path
withByteOrder()  : self
withColumns()  : self
withOffset()  : self
withOptions()  : self

Methods

__construct()

public __construct(Path $path) : mixed
Parameters
$path : Path

extract()

public extract(FlowContext $context) : Generator
Parameters
$context : FlowContext
Return values
Generator

withByteOrder()

public withByteOrder(ByteOrder $byteOrder) : self
Parameters
$byteOrder : ByteOrder
Return values
self

withColumns()

public withColumns(array<string|int, string> $columns) : self
Parameters
$columns : array<string|int, string>
Return values
self

withOffset()

public withOffset(int $offset) : self
Parameters
$offset : int
Return values
self

withOptions()

public withOptions(Options $options) : self
Parameters
$options : Options
Return values
self

        
On this page

Search results