type | FieldTypeEx | Data type of this value |
(union) | ||
i | int64 | For integer values |
r | double | For real values |
s | String | For text values |
b | void * | For blob values |
a | Array<FieldValue> | For array values |
m | Map<String, FieldValue> | For map values |
compareInt |
compareReal |
compareText |
formatArray |
formatFloat |
formatInteger |
formatMap |
getArrayOrMap |
stringify |