number | bigint
| [NUMERIC(P[, S])](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#parameterized_decimal_type) |
18 | | `BigNumeric(precision, scale)` | number | bigint
| [BIGNUMERIC(P[, S])](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#parameterized_decimal_type) |
19 | | `Bool()` | `boolean` | [BOOL](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#boolean_type) |
20 | | `Timestamp()` | `Date` | [TIMESTAMP](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#timestamp_type) |
21 | | `Float64()` | `number` | [FLOAT64](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#floating_point_types) |
22 | | `Int64()` | number | bigint
| [INT64](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#integer_types) |
23 |
--------------------------------------------------------------------------------
/docs/sdk/reference/store/file/_category_.json:
--------------------------------------------------------------------------------
1 | {
2 | "position": 20,
3 | "label": "file-store extensions",
4 | "collapsible": true,
5 | "collapsed": true,
6 | "className": "red",
7 | "link": {
8 | "type": "generated-index",
9 | "slug": "/sdk/reference/store/file",
10 | "title": "Tools for saving squid data to file-based datasets locally or on S3"
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/docs/sdk/reference/store/file/json.md:
--------------------------------------------------------------------------------
1 | ---
2 | sidebar_position: 40
3 | title: JSON support
4 | description: >-
5 | Table class for writing JSON and JSONL files
6 | ---
7 |
8 | # JSON format support
9 |
10 | ## `Table` Implementation
11 |
12 | The `@subsquid/file-store-json` package provides a `Table` implementation for writing to JSON and [JSONL](https://jsonlines.org) files. Use it by [supplying one or more of its instances via the `tables` field of the `Database` constructor argument](/sdk/resources/persisting-data/file/#database-options). The `Table` uses a constructor with the following signature:
13 | ```typescript
14 | Table | -n | [-s ] | [-t ]]
16 |
17 | FLAGS
18 | --[no-]interactive Disable interactive mode
19 | --[no-]truncate Truncate data in columns: false by default
20 |
21 | SQUID FLAGS
22 | -n, --name= Name of the squid
23 | -r, --reference=[/](@|:) Fully qualified reference
24 | of the squid. It can include
25 | the organization, name, slot,
26 | or tag
27 | -s, --slot= Slot of the squid
28 | -t, --tag= Tag of the squid
29 |
30 | ORG FLAGS
31 | -o, --org= Code of the organization
32 |
33 | ALIASES
34 | $ sqd ls
35 | ```
36 |
37 | _See code: [src/commands/ls.ts](https://github.com/subsquid/squid-cli/tree/master/src/commands/ls.ts)_
38 |
--------------------------------------------------------------------------------
/docs/squid-cli/logs.md:
--------------------------------------------------------------------------------
1 | `sqd logs`
2 | ==========
3 |
4 | Fetch logs from a squid deployed to the Cloud
5 |
6 | * [`sqd logs`](#sqd-logs-1)
7 |
8 | ## `sqd logs`
9 |
10 | Fetch logs from a squid deployed to the Cloud
11 |
12 | ```
13 | USAGE
14 | $ sqd logs [--interactive] [--since ] [--search ] [-f | -p ]
15 | [-r [/](@|:) | -o | [-s -n ] | [-t ]]
16 | [-c processor|query-node|api|db-migrate|db...]
17 | [-l error|debug|info|warning...] [--since ]
18 |
19 | FLAGS
20 | -c, --container=