Skip to content

Commit

Permalink
maprdb not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Jun 27, 2022
1 parent ea299d2 commit 3265ef0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,19 @@ query with counting amount of elements in array
find //tables/session --query {"$select":["_id"],"$where":{"$and":[{"$eq":{"vin":"BX77777"}},{"$sizeof":{"labelEvents":{"$ge":1}}}]}}
```

for data:
```
"dag_data" : {
"name" : "drive_markers",
"number" : {
"$numberInt" : -1
}
},
// --limit 10 --pretty --c {"$notexists":"dag_data"}
// --limit 10 --pretty --c {"$eq":{"dag_data.number":-1}}
```

example of inline execution
```sh
REQUEST="find /mapr/prod/vantage/orchestration/tables/metadata --fields mdf4Path.name,mdf4Path.fullPath --limit 2"
Expand Down

0 comments on commit 3265ef0

Please sign in to comment.