|
| 1 | +language_code_byte:byte,language_code_short:short,language_code_integer:integer,language_code_long:long,language_code_half_float:half_float,language_code_scaled_float:scaled_float,language_code_float:float,language_code_double:double,language_name:keyword |
| 2 | +1,1,1,1,1.0,1.0,1.0,1.0,English |
| 3 | +2,2,2,2,2.0,2.0,2.0,2.0,French |
| 4 | +3,3,3,3,3.0,3.0,3.0,3.0,Spanish |
| 5 | +4,4,4,4,4.0,4.0,4.0,4.0,German |
| 6 | +-128,-128,-128,-128,-128.0,-128.0,-128.0,-128.0,min_byte |
| 7 | +,-129,-129,-129,-129.0,-129.0,-129.0,-129.0,min_byte_minus_1 |
| 8 | +127,127,127,127,127.0,127.0,127.0,127.0,max_byte |
| 9 | +,128,128,128,128.0,128.0,128.0,128.0,max_byte_plus_1 |
| 10 | +,-32768,-32768,-32768,-32768.0,-32768.0,-32768.0,-32768.0,min_short |
| 11 | +,,-32769,-32769,-32769.0,-32769.0,-32769.0,-32769.0,min_short_minus_1 |
| 12 | +,32767,32767,32767,32767.0,32767.0,32767.0,32767.0,max_short |
| 13 | +,,32768,32768,32768.0,32768.0,32768.0,32768.0,max_short_plus_1 |
| 14 | +,,-2147483648,-2147483648,,-2147483648.0,-2147483648.0,-2147483648.0,min_int |
| 15 | +,,,-2147483649,,-2147483649.0,-2147483649.0,-2147483649.0,min_int_minus_1 |
| 16 | +,,2147483646,2147483646,,2147483646.0,2147483646.0,2147483646.0,max_int_minus_1 |
| 17 | +,,2147483647,2147483647,,2147483647.0,2147483647.0,2147483647.0,max_int |
| 18 | +,,,2147483648,,2147483648.0,2147483648.0,2147483648.0,max_int_plus_1 |
| 19 | +,,,-9223372036854775808,,-9223372036854775808.0,-9223372036854775808.0,-9223372036854775808.0,min_long |
| 20 | +,,,,,-9223372036854775809.0,-9223372036854775809.0,-9223372036854775809.0,min_long_minus_1 |
| 21 | +,,,9223372036854775806,,9223372036854775806.0,9223372036854775806.0,9223372036854775806.0,max_long_minus_1 |
| 22 | +,,,9223372036854775807,,9223372036854775807.0,9223372036854775807.0,9223372036854775807.0,max_long |
| 23 | +,,,,,9223372036854775808.0,9223372036854775808.0,9223372036854775808.0,max_long_plus_1 |
| 24 | +,,65504,65504,65504.0,65504.0,65504.0,65504.0,max_half_float |
| 25 | +,,65505,65505,65505.0,65505.0,65505.0,65505.0,max_half_float_plus_1 |
| 26 | +,,-65504,-65504,-65504.0,-65504.0,-65504.0,-65504.0,min_half_float |
| 27 | +,,-65505,-65505,-65505.0,-65505.0,-65505.0,-65505.0,min_half_float_minus_1 |
| 28 | +,,,,,,3.40282346638528860e+38,3.40282346638528860e+38,max_float |
| 29 | +,,,,,,-3.40282346638528860e+38,-3.40282346638528860e+38,min_float |
| 30 | +,,,,,,,3.40282346638528860e+39,double |
0 commit comments