TestStmtNode2JSON.golden 1.2 KB
Newer Older
1 2
[
  {
3 4
    "text": "select 1",
    "resultFields": null,
5 6 7 8 9 10 11 12
    "SQLCache": true,
    "CalcFoundRows": false,
    "StraightJoin": false,
    "Priority": 0,
    "Distinct": false,
    "From": null,
    "Where": null,
    "Fields": {
13
      "text": "",
14 15
      "Fields": [
        {
16
          "text": "1",
17 18 19
          "Offset": 7,
          "WildCard": null,
          "Expr": {
20
            "text": "",
21 22 23 24 25 26 27 28
            "Type": {
              "Tp": 8,
              "Flag": 128,
              "Flen": 1,
              "Decimal": 0,
              "Charset": "binary",
              "Collate": "binary",
              "Elems": null
29 30 31 32 33 34 35 36 37 38
            },
            "flag": 0,
            "k": 1,
            "collation": 0,
            "decimal": 0,
            "length": 0,
            "i": 1,
            "b": null,
            "x": null,
            "projectionOffset": -1
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
          },
          "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 已提交
59