Flow PHP

ParquetLoader implements Closure, Loader, FileLoader

FinalYes

Interfaces

Closure
Loader
FileLoader

Methods

__construct()  : mixed
closure()  : void
destination()  : Path
load()  : void
withCompressions()  : self
withOptions()  : self
withSchema()  : self

Methods

__construct()

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

closure()

public closure(FlowContext $context) : void
Parameters
$context : FlowContext

destination()

public destination() : Path
Return values
Path

load()

public load(Rows $rows, FlowContext $context) : void
Parameters
$rows : Rows
$context : FlowContext

withCompressions()

public withCompressions(Compressions $compressions) : self
Parameters
$compressions : Compressions
Return values
self

withOptions()

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

withSchema()

public withSchema(Schema $schema) : self
Parameters
$schema : Schema
Return values
self

        
On this page

Search results