This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 1809cc27abd9f8e559817166935ae3c76662c4e4 Author: chaokunyang <[email protected]> AuthorDate: Fri May 8 06:43:55 2026 +0000 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/' --- docs/compiler/schema-idl.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/compiler/schema-idl.md b/docs/compiler/schema-idl.md index 63a6e3ef3b..85249596d0 100644 --- a/docs/compiler/schema-idl.md +++ b/docs/compiler/schema-idl.md @@ -1113,12 +1113,12 @@ Underscore spellings for integer encoding are not FDL type names. **Language Mapping:** -| Fory IDL | Java | Python annotation/value | Go | Rust | C++ | JavaScript | Dart | -| ---------- | ---------- | --------------------------- | ------------------- | ---------- | ------------------ | ---------- | ---------- | -| `float16` | `Float16` | `pyfory.Float16` / `float` | `float16.Float16` | `Float16` | `fory::float16_t` | `number` | `Float16` | -| `bfloat16` | `BFloat16` | `pyfory.BFloat16` / `float` | `bfloat16.BFloat16` | `BFloat16` | `fory::bfloat16_t` | `BFloat16` | `BFloat16` | -| `float32` | `float` | `pyfory.Float32` | `float32` | `f32` | `float` | `number` | `Float32` | -| `float64` | `double` | `pyfory.Float64` | `float64` | `f64` | `double` | `number` | `double` | +| Fory IDL | Java | Python annotation/value | Go | Rust | C++ | JavaScript | Dart | +| ---------- | ---------- | --------------------------- | ------------------- | ---------- | ------------------ | ---------- | --------- | +| `float16` | `Float16` | `pyfory.Float16` / `float` | `float16.Float16` | `Float16` | `fory::float16_t` | `number` | `double` | +| `bfloat16` | `BFloat16` | `pyfory.BFloat16` / `float` | `bfloat16.BFloat16` | `BFloat16` | `fory::bfloat16_t` | `number` | `double` | +| `float32` | `float` | `pyfory.Float32` | `float32` | `f32` | `float` | `number` | `Float32` | +| `float64` | `double` | `pyfory.Float64` | `float64` | `f64` | `double` | `number` | `double` | #### String Type --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
