Flow PHP

HashJoinBuilder implements JoinAlgorithmBuilder

FinalYes

Interfaces

JoinAlgorithmBuilder

Methods

__construct()  : mixed
batchSize()  : self
bucketsCount()  : self
build()  : HashJoinConfig
filesystemProtocol()  : self
storage()  : self

Methods

batchSize()

public batchSize(int<1, max> $batchSize) : self
Parameters
$batchSize : int<1, max>
Return values
self

bucketsCount()

public bucketsCount(int<1, max> $bucketsCount) : self
Parameters
$bucketsCount : int<1, max>
Return values
self

build()

public build(FilesystemTable $filesystemTable, Path $localFilesystemCacheDir) : HashJoinConfig
Parameters
$filesystemTable : FilesystemTable
$localFilesystemCacheDir : Path
Return values
HashJoinConfig

filesystemProtocol()

public filesystemProtocol(string $protocol) : self
Parameters
$protocol : string
Return values
self
On this page

Search results