24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_context_id,
26 ColumnAndShifts::execution_internal_call_id,
27 ColumnAndShifts::execution_internal_call_id_shift,
28 ColumnAndShifts::execution_internal_call_return_id_shift,
29 ColumnAndShifts::execution_pc_shift
31 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
32 ColumnAndShifts::internal_call_stack_context_id,
33 ColumnAndShifts::internal_call_stack_entered_call_id,
34 ColumnAndShifts::internal_call_stack_id,
35 ColumnAndShifts::internal_call_stack_return_id,
36 ColumnAndShifts::internal_call_stack_return_pc