mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-22 01:00:20 -04:00
14 lines
114 B
JSON
14 lines
114 B
JSON
{
|
|
"columns": [
|
|
{
|
|
"name": "a",
|
|
"data_type": "int4"
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"a": 1
|
|
}
|
|
]
|
|
}
|
|
|