name | type | kind | null? | default | primary key | unique key | check | expression | comment | policy name | privacy domain | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | BLOCK_TIMESTAMP | TIMESTAMP_NTZ(9) | COLUMN | Y | N | N | The date and time at which the block began. | |||||
2 | BLOCK_ID | NUMBER(38,0) | COLUMN | Y | N | N | Slot for which a block can be created. | |||||
3 | TX_ID | VARCHAR(16777216) | COLUMN | Y | N | N | A unique key that identifies a transaction | |||||
4 | SIGNERS | ARRAY | COLUMN | Y | N | N | List of accounts that signed the transaction | |||||
5 | SUCCEEDED | BOOLEAN | COLUMN | Y | N | N | True when a transaction is successful, otherwise false. | |||||
6 | INSTRUCTION_INDEX | NUMBER(38,0) | COLUMN | Y | N | N | Location of the instruction (event) within a transaction | |||||
7 | INNER_INDEX | NUMBER(38,0) | COLUMN | Y | N | N | Location of the instruction within an instruction's (event) inner instru... | |||||
8 | INSTRUCTION_PROGRAM_ID | VARCHAR(16777216) | COLUMN | Y | N | N | An address that identifies the program that is being interacted with. I.... | |||||
9 | PROGRAM_ID | VARCHAR(16777216) | COLUMN | Y | N | N | An address that identifies the program that is being interacted with. I.... | |||||
10 | EVENT_TYPE | VARCHAR(16777216) | COLUMN | Y | N | N | The type of event (i.e. "delegate", "withdraw") that is occurring | |||||
11 | INSTRUCTION | VARIANT | COLUMN | Y | N | N | Specifies which program it is calling, which accounts it wants to read o... | |||||
12 | _INSERTED_TIMESTAMP | TIMESTAMP_NTZ(0) | COLUMN | Y | N | N | Time the record was inserted into snowflake | |||||
13 | FACT_EVENTS_INNER_ID | VARCHAR(32) | COLUMN | Y | N | N | The unique identifier for each row in the table. | |||||
14 | INSERTED_TIMESTAMP | TIMESTAMP_NTZ(9) | COLUMN | Y | N | N | The timestamp at which the record was initially created and inserted int... | |||||
15 | MODIFIED_TIMESTAMP | TIMESTAMP_NTZ(9) | COLUMN | Y | N | N | The timestamp at which this record was last modified by an internal proc... |
untiedbearGetting Started
Updated 2024-10-08
9
1
2
›
DESCRIBE TABLE solana.core.fact_events_inner;
Last run: about 1 month ago
15
2KB
0s