PageEncodingStats
statistics of a given page type and encoding.
Properties
- $_TSPEC : mixed
- $count : int
- number of pages of this type with this encoding *.
- $encoding : int
- encoding of the page *.
- $isValidate : mixed
- $page_type : int
- the page type (data/dic/...) *.
Methods
- __construct() : mixed
- getName() : mixed
- read() : mixed
- write() : mixed
Properties
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'page_type', 'isRequired' => true, 'type' => \Thrift\Type\TType::I32, 'class' => '\Flow\Parquet\Thrift\PageType'], 2 => ['var' => 'encoding', 'isRequired' => true, 'type' => \Thrift\Type\TType::I32, 'class' => '\Flow\Parquet\Thrift\Encoding'], 3 => ['var' => 'count', 'isRequired' => true, 'type' => \Thrift\Type\TType::I32]]
$count
number of pages of this type with this encoding *.
public
int
$count
$encoding
encoding of the page *.
public
int
$encoding
$isValidate
public
static mixed
$isValidate
= false
$page_type
the page type (data/dic/...) *.
public
int
$page_type
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