TestStmtNode2JSON.golden 1.3 KB
Newer Older
1 2
[
  {
3 4
    "text": "select 1",
    "resultFields": null,
5 6
    "SQLBigResult": false,
    "SQLBufferResult": false,
7
    "SQLCache": true,
8
    "SQLSmallResult": false,
9 10 11 12 13 14 15
    "CalcFoundRows": false,
    "StraightJoin": false,
    "Priority": 0,
    "Distinct": false,
    "From": null,
    "Where": null,
    "Fields": {
16
      "text": "",
17 18
      "Fields": [
        {
19
          "text": "1",
20 21 22
          "Offset": 7,
          "WildCard": null,
          "Expr": {
23
            "text": "",
24 25 26 27 28 29 30 31
            "Type": {
              "Tp": 8,
              "Flag": 128,
              "Flen": 1,
              "Decimal": 0,
              "Charset": "binary",
              "Collate": "binary",
              "Elems": null
32 33 34 35 36 37 38 39 40 41
            },
            "flag": 0,
            "k": 1,
            "collation": 0,
            "decimal": 0,
            "length": 0,
            "i": 1,
            "b": null,
            "x": null,
            "projectionOffset": -1
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
          },
          "AsName": {
            "O": "",
            "L": ""
          },
          "Auxiliary": false
        }
      ]
    },
    "GroupBy": null,
    "Having": null,
    "WindowSpecs": null,
    "OrderBy": null,
    "Limit": null,
    "LockTp": 0,
    "TableHints": null,
    "IsAfterUnionDistinct": false,
    "IsInBraces": false
  }
]
martianzhang's avatar
martianzhang 已提交
62