github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_6.json (about)

     1  {
     2    "rows": [
     3     {
     4      "array1": "(408)-589-5841",
     5      "booleancolumn": true,
     6      "cidrrange": "10.1.2.3/32",
     7      "currency": "$922,337,203,685,477.57",
     8      "date1": "1978-02-05 00:00:00",
     9      "floatcolumn": 4.681642125488754,
    10      "integercolumn1": 3278,
    11      "integercolumn2": 21445454,
    12      "integercolumn3": 2147483645,
    13      "integercolumn4": 92233720368547758,
    14      "integercolumn5": 922337203685477580,
    15      "interval1": "1 year 2 mons 3 days ",
    16      "ipaddress": "192.168.0.0",
    17      "jsondata": {
    18       "customer": "John Doe",
    19       "items": {
    20        "product": "Beer",
    21        "qty": 6
    22       }
    23      },
    24      "jsondata2": {
    25       "customer": "John Doe",
    26       "items": {
    27        "product": "Beer",
    28        "qty": 6
    29       }
    30      },
    31      "macaddress": "08:00:2b:01:02:03",
    32      "nullcolumn": null,
    33      "numericcolumn": "23.5142",
    34      "realcolumn": 4660.338,
    35      "textcolumn1": "Yes                 ",
    36      "textcolumn2": "test for varchar",
    37      "textcolumn3": "This is a very long text for the PostgreSQL text column",
    38      "time1": "08:00:00",
    39      "timestamp1": "2016-06-22 19:10:25",
    40      "timestamp2": "2016-06-23T07:40:25+05:30",
    41      "uuidcolumn": "6948df80-14bd-4e04-8842-7668d9c001f5",
    42      "xmldata": "<book><title>Manual</title><chapter>...</chapter></book>"
    43     }
    44    ],
    45    "metadata": {
    46     "Duration": 2523750,
    47     "scans": [],
    48     "rows_returned": 1,
    49     "rows_fetched": 0,
    50     "hydrate_calls": 0
    51    }
    52   }
    53