“fixed_len_byte_array”是什么意思?

egg*_*egg 5 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’

“fixed_len_byte_array”是什么意思?

bre*_*per 5

它是一个普通的字节数组,只是它的大小有前缀,无论好坏,你都无法更改它。

您可以在中查看用法示例

https://github.com/apache/parquet-format/blob/master/LogicalTypes.md

  • 谷歌搜索永远不是答案。现在,谷歌中的第一个链接是这个问题 (4认同)