STRUCT_EXTRACT
struct_extract(struct, ‘entry’)
Section titled “struct_extract(struct, ‘entry’)”- struct: STRUCT
- ‘entry’: BIGINT
Example
Section titled “Example”SELECT struct_extract({'i': 3, 'v2': 3, 'v3': 0}, 'i');SELECT struct_extract({'i': 3, 'v2': 3, 'v3': 0}, 'i');