{
    "query": "ANALYZE SELECT * FROM orders",
    "lexer": {
        "@type": "PhpMyAdmin\\SqlParser\\Lexer",
        "str": "ANALYZE SELECT * FROM orders",
        "len": 28,
        "last": 28,
        "list": {
            "@type": "PhpMyAdmin\\SqlParser\\TokensList",
            "tokens": [
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": "ANALYZE",
                    "value": "ANALYZE",
                    "keyword": "ANALYZE",
                    "type": 1,
                    "flags": 3,
                    "position": 0
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": " ",
                    "value": " ",
                    "keyword": null,
                    "type": 3,
                    "flags": 0,
                    "position": 7
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": "SELECT",
                    "value": "SELECT",
                    "keyword": "SELECT",
                    "type": 1,
                    "flags": 3,
                    "position": 8
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": " ",
                    "value": " ",
                    "keyword": null,
                    "type": 3,
                    "flags": 0,
                    "position": 14
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": "*",
                    "value": "*",
                    "keyword": null,
                    "type": 2,
                    "flags": 16,
                    "position": 15
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": " ",
                    "value": " ",
                    "keyword": null,
                    "type": 3,
                    "flags": 0,
                    "position": 16
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": "FROM",
                    "value": "FROM",
                    "keyword": "FROM",
                    "type": 1,
                    "flags": 3,
                    "position": 17
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": " ",
                    "value": " ",
                    "keyword": null,
                    "type": 3,
                    "flags": 0,
                    "position": 21
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": "orders",
                    "value": "orders",
                    "keyword": null,
                    "type": 0,
                    "flags": 0,
                    "position": 22
                },
                {
                    "@type": "PhpMyAdmin\\SqlParser\\Token",
                    "token": null,
                    "value": null,
                    "keyword": null,
                    "type": 9,
                    "flags": 0,
                    "position": null
                }
            ],
            "count": 10,
            "idx": 10
        },
        "delimiter": ";",
        "delimiterLen": 1,
        "strict": false,
        "errors": []
    },
    "parser": {
        "@type": "PhpMyAdmin\\SqlParser\\Parser",
        "list": {
            "@type": "@1"
        },
        "statements": [
            {
                "@type": "PhpMyAdmin\\SqlParser\\Statements\\ExplainStatement",
                "bodyParser": {
                    "@type": "PhpMyAdmin\\SqlParser\\Parser",
                    "list": {
                        "@type": "PhpMyAdmin\\SqlParser\\TokensList",
                        "tokens": [
                            {
                                "@type": "@4"
                            },
                            {
                                "@type": "@5"
                            },
                            {
                                "@type": "@6"
                            },
                            {
                                "@type": "@7"
                            },
                            {
                                "@type": "@8"
                            },
                            {
                                "@type": "@9"
                            },
                            {
                                "@type": "@10"
                            },
                            {
                                "@type": "@11"
                            }
                        ],
                        "count": 8,
                        "idx": 8
                    },
                    "statements": [
                        {
                            "@type": "PhpMyAdmin\\SqlParser\\Statements\\SelectStatement",
                            "expr": [
                                {
                                    "@type": "PhpMyAdmin\\SqlParser\\Components\\Expression",
                                    "database": null,
                                    "table": null,
                                    "column": null,
                                    "expr": "*",
                                    "alias": null,
                                    "function": null,
                                    "subquery": null
                                }
                            ],
                            "from": [
                                {
                                    "@type": "PhpMyAdmin\\SqlParser\\Components\\Expression",
                                    "database": null,
                                    "table": "orders",
                                    "column": null,
                                    "expr": "orders",
                                    "alias": null,
                                    "function": null,
                                    "subquery": null
                                }
                            ],
                            "index_hints": null,
                            "partition": null,
                            "where": null,
                            "group": null,
                            "group_options": null,
                            "having": null,
                            "order": null,
                            "limit": null,
                            "procedure": null,
                            "into": null,
                            "join": null,
                            "union": [],
                            "end_options": null,
                            "options": {
                                "@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
                                "options": []
                            },
                            "first": 0,
                            "last": 6
                        }
                    ],
                    "brackets": 0,
                    "strict": false,
                    "errors": []
                },
                "statementAlias": "ANALYZE",
                "connectionId": null,
                "explainedDatabase": null,
                "explainedTable": null,
                "explainedColumn": null,
                "options": {
                    "@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
                    "options": []
                },
                "first": 0,
                "last": 9
            }
        ],
        "brackets": 0,
        "strict": false,
        "errors": []
    },
    "errors": {
        "lexer": [],
        "parser": []
    }
}