How can i extract specific PK record bin LUT?
aql> set RECORD_PRINT_METADATA true
RECORD_PRINT_METADATA = true
aql> select * from dv.page-avoidance-classifications where PK = <PK>
+--------------------------+-------------+-----------------+------------------------+------------------------------+-------+-------+
| A | B | C | D | E | {ttl} | {gen} |
+--------------------------+-------------+-----------------+------------------------+------------------------------+-------+-------+
| MAP('{266:NIL, 20:NIL}') | MAP('{}') | MAP('{20:NIL}') | MAP('{266:2, 20:NIL}') | LIST('[[20, -1], [266, 2]]') | -1 | 3200 |
+--------------------------+-------------+-----------------+------------------------+------------------------------+-------+-------+
1 row in set (0.001 secs)
I cannot find anything that matches LUT
on the metadata