File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/specification
version-0.10/specification
version-0.11/specification
version-0.12/specification
version-0.13/specification
version-0.14/specification Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373- binary: an variable-length array of bytes.
7474- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575 interoperability between array and list.
76- - bool_array: one dimensional int16 array.
76+ - bool_array: one dimensional bool array.
7777 - int8_array: one dimensional int8 array.
7878 - int16_array: one dimensional int16 array.
7979 - int32_array: one dimensional int32 array.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373- binary: an variable-length array of bytes.
7474- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575 interoperability between array and list.
76- - bool_array: one dimensional int16 array.
76+ - bool_array: one dimensional bool array.
7777 - int8_array: one dimensional int8 array.
7878 - int16_array: one dimensional int16 array.
7979 - int32_array: one dimensional int32 array.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373- binary: an variable-length array of bytes.
7474- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575 interoperability between array and list.
76- - bool_array: one dimensional int16 array.
76+ - bool_array: one dimensional bool array.
7777 - int8_array: one dimensional int8 array.
7878 - int16_array: one dimensional int16 array.
7979 - int32_array: one dimensional int32 array.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373- binary: an variable-length array of bytes.
7474- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575 interoperability between array and list.
76- - bool_array: one dimensional int16 array.
76+ - bool_array: one dimensional bool array.
7777 - int8_array: one dimensional int8 array.
7878 - int16_array: one dimensional int16 array.
7979 - int32_array: one dimensional int32 array.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373- binary: an variable-length array of bytes.
7474- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575 interoperability between array and list.
76- - bool_array: one dimensional int16 array.
76+ - bool_array: one dimensional bool array.
7777 - int8_array: one dimensional int8 array.
7878 - int16_array: one dimensional int16 array.
7979 - int32_array: one dimensional int32 array.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ This specification defines the Fory xlang binary format. The format is dynamic r
6969- binary: an variable-length array of bytes.
7070- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7171 interoperability between array and list.
72- - bool_array: one dimensional int16 array.
72+ - bool_array: one dimensional bool array.
7373 - int8_array: one dimensional int8 array.
7474 - int16_array: one dimensional int16 array.
7575 - int32_array: one dimensional int32 array.
You can’t perform that action at this time.
0 commit comments