Flow PHP

ParquetLoader implements Closure, Discardable, FileLoader, Loader, PartitioningLoader

FinalYes

Interfaces

Closure
Discardable
FileLoader
Loader
PartitioningLoader

Methods

__construct()  : mixed
closure()  : void
destination()  : Path
discard()  : void
load()  : void
partitionBy()  : static
saveMode()  : static
withCompressions()  : self
withEngine()  : self
withOptions()  : self
withSchema()  : static

Methods

__construct()

public __construct(Path $path[, Filesystem $filesystem = new NativeLocalFilesystem() ]) : mixed
Parameters
$path : Path
$filesystem : Filesystem = new NativeLocalFilesystem()

closure()

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

destination()

public destination() : Path
Return values
Path

discard()

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

load()

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

partitionBy()

public partitionBy(Partitioning $partitioning) : static
Parameters
$partitioning : Partitioning
Return values
static

saveMode()

public saveMode(SaveMode $mode) : static
Parameters
$mode : SaveMode
Return values
static

withCompressions()

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

withEngine()

public withEngine(ParquetEngine|null $engine) : self
Parameters
$engine : ParquetEngine|null
Return values
self

withOptions()

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

withSchema()

public withSchema(Schema $schema) : static
Parameters
$schema : Schema
Return values
static
On this page

Search results