BloomFilterAlgorithm
The algorithm used in Bloom filter. *.
Properties
- $_TSPEC : mixed
- $BLOCK : SplitBlockAlgorithm
- Block-based Bloom filter. *.
- $isValidate : mixed
Methods
- __construct() : mixed
- getName() : mixed
- read() : mixed
- write() : mixed
Properties
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'BLOCK', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\SplitBlockAlgorithm']]
$BLOCK
Block-based Bloom filter. *.
public
SplitBlockAlgorithm
$BLOCK
$isValidate
public
static mixed
$isValidate
= false
Methods
__construct()
public
__construct([mixed $vals = null ]) : mixed
Parameters
- $vals : mixed = null
getName()
public
getName() : mixed
read()
public
read(mixed $input) : mixed
Parameters
- $input : mixed
write()
public
write(mixed $output) : mixed
Parameters
- $output : mixed