mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
8 lines
238 B
JSON
8 lines
238 B
JSON
{
|
|
"type": "record",
|
|
"namespace": "com.example",
|
|
"name": "TimeName",
|
|
"fields": [
|
|
{ "name": "time_samir", "type": "bytes", "logicalType":"timestamp", "fieldType": "timestamp", "granularity": "s", "unit":"ms"}
|
|
]
|
|
}
|