aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/logical_json_scan.json
blob: b1cc4cecdd35d482f8d12bbc72ac66655c055609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  head : {
    type : "APACHE_DRILL_LOGICAL",
    version : 1,
    generator : {
      type : "optiq",
      info : "na"
    }
  },
  storage : {
    jsonl : {
      type : "file",
      connection : "file:///"
    }
  },
  query : [ {
    op : "scan",
    @id : 1,
    memo : "initial_scan",
    storageengine : "jsonl",
    files : [ path : "/src/drill/sandbox/prototype/exec/ref/src/test/resources/employees.json" ],
    ref : "_MAP"
  }, {
    op : "store",
    @id : 2,
    memo : "output sink",
    input : 1,
    target : {
      number : 0
    },
    partition : null,
    storageEngine : "queue"
  } ]
}