# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file
ast 'from [
{field: 1},
{field: 2},
{field: 3},
{other: true}
]'
---
> └── From @ line 1, column 1 — "from"
> ├── Row (1 fields: field) @ line 2, column 7 — "{"
> │ ├── Identifier @ line 2, column 8 — "field"
> │ └── Literal @ line 2, column 15 — "1"
> ├── Row (1 fields: field) @ line 3, column 7 — "{"
> │ ├── Identifier @ line 3, column 8 — "field"
> │ └── Literal @ line 3, column 15 — "2"
> ├── Row (1 fields: field) @ line 4, column 7 — "{"
> │ ├── Identifier @ line 4, column 8 — "field"
> │ └── Literal @ line 4, column 15 — "3"
> └── Row (1 fields: other) @ line 5, column 7 — "{"
> ├── Identifier @ line 5, column 8 — "other"
> └── Literal @ line 5, column 15 — "true"
>