TimeUnit
Properties
-
$_TSPEC
: mixed
-
$isValidate
: mixed
-
$MICROS
: MicroSeconds
-
$MILLIS
: MilliSeconds
-
$NANOS
: NanoSeconds
Methods
-
__construct()
: mixed
-
getName()
: mixed
-
read()
: mixed
-
write()
: mixed
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'MILLIS', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\MilliSeconds'], 2 => ['var' => 'MICROS', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\MicroSeconds'], 3 => ['var' => 'NANOS', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\NanoSeconds']]
$isValidate
public
static mixed
$isValidate
= false
$MICROS
public
MicroSeconds
$MICROS
$MILLIS
public
MilliSeconds
$MILLIS
$NANOS
public
NanoSeconds
$NANOS
__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
-