mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
8 lines
203 B
JSON
8 lines
203 B
JSON
{
|
|
"type": "record",
|
|
"namespace": "com.example",
|
|
"name": "Decimal",
|
|
"fields": [
|
|
{ "name": "somenum", "type": "bytes", "logicalType": "decimal", "scale": 2, "precision": 5 }
|
|
]
|
|
}
|