mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
Merge pull request #599 from jnovinger/patch-1
Minor docs fix, indent in JSON
This commit is contained in:
commit
bd9d3e9431
1 changed files with 8 additions and 8 deletions
|
|
@ -92,27 +92,27 @@ pdk.BitMapper{
|
|||
These same objects are represented in the JSON definition file:
|
||||
```go
|
||||
{
|
||||
"Fields": [
|
||||
"Trip_distance": 10,
|
||||
]
|
||||
"Mappers": [
|
||||
"Fields": {
|
||||
"Trip_distance": 10
|
||||
},
|
||||
"Mappers": [
|
||||
{
|
||||
"Name": "lfm0",
|
||||
"Min": -0.5,
|
||||
"Max": 3600.5,
|
||||
"Max": 3600.5,
|
||||
"Res": 3600
|
||||
},
|
||||
}
|
||||
],
|
||||
"BitMappers": [
|
||||
{
|
||||
"Frame": "dist_miles",
|
||||
"Mapper": {
|
||||
"Name": "lfm0"
|
||||
},
|
||||
},
|
||||
"Parsers": [
|
||||
{"Name": "FloatParser"}
|
||||
],
|
||||
"Fields": "Trip_distance",
|
||||
"Fields": "Trip_distance"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue