"fixed_len_byte_array" 是什么意思?
What does "fixed_len_byte_array" mean?
我正在使用镶木地板文件。我发现 parquet 文件有多种数据类型,例如 int64,int32,boolean,binary,float,double,int96 and fixed_len_byte_array
.
我知道int64,int32,int96,boolean,binary,float and double
。但是看不懂‘fixed_len_byte_array’
.
What does "fixed_len_byte_array" mean?
这是一个普通的字节数组,只是它的大小是好坏的前缀,你不能改变它。
您可以在
中查看用法示例
https://github.com/apache/parquet-format/blob/master/LogicalTypes.md
我正在使用镶木地板文件。我发现 parquet 文件有多种数据类型,例如 int64,int32,boolean,binary,float,double,int96 and fixed_len_byte_array
.
我知道int64,int32,int96,boolean,binary,float and double
。但是看不懂‘fixed_len_byte_array’
.
What does "fixed_len_byte_array" mean?
这是一个普通的字节数组,只是它的大小是好坏的前缀,你不能改变它。
您可以在
中查看用法示例https://github.com/apache/parquet-format/blob/master/LogicalTypes.md