Abhishek Radhakrishnan c98c66558f
Include statement attributes in EXPLAIN PLAN output (#14074)
This commit adds attributes that contain metadata information about the query
in the EXPLAIN PLAN output. The attributes currently contain two items:
- `statementTyp`: SELECT, INSERT or REPLACE
- `targetDataSource`: provides the target datasource name for DML statements

It is added to both the legacy and native query plan outputs.
2023-04-17 21:00:25 +05:30
..
2023-03-02 11:19:32 -08:00
2022-02-11 14:43:30 -08:00
2022-05-17 16:56:31 -07:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-02-11 14:43:30 -08:00
2022-04-18 17:00:21 +08:00