24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_register_0_,
26 ColumnAndShifts::execution_prev_nullifier_tree_root,
27 ColumnAndShifts::execution_sel_opcode_error,
28 ColumnAndShifts::execution_nullifier_tree_root,
29 ColumnAndShifts::execution_prev_nullifier_tree_size,
30 ColumnAndShifts::execution_discard,
31 ColumnAndShifts::execution_nullifier_pi_offset,
32 ColumnAndShifts::execution_nullifier_tree_height,
33 ColumnAndShifts::execution_sel_write_nullifier,
34 ColumnAndShifts::execution_nullifier_siloing_separator,
35 ColumnAndShifts::execution_contract_address
37 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
38 ColumnAndShifts::indexed_tree_check_value,
39 ColumnAndShifts::indexed_tree_check_root,
40 ColumnAndShifts::indexed_tree_check_exists,
41 ColumnAndShifts::indexed_tree_check_write_root,
42 ColumnAndShifts::indexed_tree_check_tree_size_before_write,
43 ColumnAndShifts::indexed_tree_check_discard,
44 ColumnAndShifts::indexed_tree_check_public_inputs_index,
45 ColumnAndShifts::indexed_tree_check_tree_height,
46 ColumnAndShifts::indexed_tree_check_sel_silo,
47 ColumnAndShifts::indexed_tree_check_siloing_separator,
48 ColumnAndShifts::indexed_tree_check_address