Skip to content

Commit

Permalink
json example
Browse files Browse the repository at this point in the history
  • Loading branch information
jhyrkas committed May 27, 2015
1 parent 9ba3a62 commit 55f9528
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions jsonQueries/hyrkas_test/PitchKeyword.json
@@ -0,0 +1,44 @@
{
"profilingMode":[

],
"rawQuery":"pitch = scan(Jeremy:MSD:PitchTransposed);\n\nstore(pitch, public:adhoc:whatever);",
"logicalRa":"Store(public:adhoc:whatever)[Scan(Jeremy:MSD:PitchTransposed)]",
"language":"myrial",
"plan":{
"fragments":[
{
"operators":[
{
"opName":"MyriaScan(Jeremy:MSD:PitchTransposed)",
"relationKey":{
"programName":"MSD",
"userName":"Jeremy",
"relationName":"PitchTransposed"
},
"opId":0,
"opType":"TableScan"
},
{ "opId":1,
"opName":"PitchKeyword",
"opType":"PitchKeyword",
"argChild":0
},
{
"opId":2,
"opType":"DbInsert",
"argChild":1,
"relationKey":{
"programName":"adhoc",
"userName":"public",
"relationName":"whatever"
},
"argOverwriteTable":true,
"opName":"MyriaStore(public:adhoc:whatever)"
}
]
}
],
"type":"SubQuery"
}
}

0 comments on commit 55f9528

Please sign in to comment.