ColumnCryptoMetaData
Properties
-
$_TSPEC
: mixed
-
$ENCRYPTION_WITH_COLUMN_KEY
: EncryptionWithColumnKey
-
$ENCRYPTION_WITH_FOOTER_KEY
: EncryptionWithFooterKey
-
$isValidate
: mixed
Methods
-
__construct()
: mixed
-
getName()
: mixed
-
read()
: mixed
-
write()
: mixed
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'ENCRYPTION_WITH_FOOTER_KEY', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\EncryptionWithFooterKey'], 2 => ['var' => 'ENCRYPTION_WITH_COLUMN_KEY', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\EncryptionWithColumnKey']]
$ENCRYPTION_WITH_COLUMN_KEY
public
EncryptionWithColumnKey
$ENCRYPTION_WITH_COLUMN_KEY
public
EncryptionWithFooterKey
$ENCRYPTION_WITH_FOOTER_KEY
$isValidate
public
static mixed
$isValidate
= false
__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
-