24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_register_1_,
26 ColumnAndShifts::execution_prev_written_public_data_slots_tree_root,
27 ColumnAndShifts::execution_written_public_data_slots_tree_root,
28 ColumnAndShifts::execution_prev_written_public_data_slots_tree_size,
29 ColumnAndShifts::execution_written_public_data_slots_tree_size,
30 ColumnAndShifts::execution_written_slots_tree_height,
31 ColumnAndShifts::execution_sel_write_public_data,
32 ColumnAndShifts::execution_written_slots_tree_siloing_separator,
33 ColumnAndShifts::execution_contract_address
35 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
36 ColumnAndShifts::indexed_tree_check_value,
37 ColumnAndShifts::indexed_tree_check_root,
38 ColumnAndShifts::indexed_tree_check_write_root,
39 ColumnAndShifts::indexed_tree_check_tree_size_before_write,
40 ColumnAndShifts::indexed_tree_check_tree_size_after_write,
41 ColumnAndShifts::indexed_tree_check_tree_height,
42 ColumnAndShifts::indexed_tree_check_sel_silo,
43 ColumnAndShifts::indexed_tree_check_siloing_separator,
44 ColumnAndShifts::indexed_tree_check_address