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