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
Pathload()
public
load(Rows $rows, FlowContext $context) : void
Parameters
- $rows : Rows
- $context : FlowContext
withCompressions()
public
withCompressions(Compressions $compressions) : self
Parameters
- $compressions : Compressions
Return values
selfwithOptions()
public
withOptions(Options $options) : self
Parameters
- $options : Options
Return values
selfwithSchema()
public
withSchema(Schema $schema) : self
Parameters
- $schema : Schema