Statistics
Read onlyYes
FinalYes
Properties
- $distinctCount : int|null
- $max : string|null
- $maxValue : string|null
- $min : string|null
- $minValue : string|null
- $nullCount : int|null
Methods
- __construct() : mixed
- fromThrift() : self
- toThrift() : Statistics
Properties
$distinctCount
public
int|null
$distinctCount
$max
public
string|null
$max
$maxValue
public
string|null
$maxValue
$min
public
string|null
$min
$minValue
public
string|null
$minValue
$nullCount
public
int|null
$nullCount
Methods
__construct()
public
__construct(string|null $max, string|null $min, int|null $nullCount, int|null $distinctCount, string|null $maxValue, string|null $minValue) : mixed
Parameters
- $max : string|null
- $min : string|null
- $nullCount : int|null
- $distinctCount : int|null
- $maxValue : string|null
- $minValue : string|null
fromThrift()
public
static fromThrift(Statistics $thrift) : self
Parameters
- $thrift : Statistics
Return values
selftoThrift()
public
toThrift() : Statistics