8#include "../columns.hpp"
17 static constexpr std::string_view
NAME =
"LOOKUP_EXTERNAL_CALL_CALL_ALLOCATED_LEFT_L2_RANGE";
22 static constexpr Column COUNTS = Column::lookup_external_call_call_allocated_left_l2_range_counts;
23 static constexpr Column INVERSES = Column::lookup_external_call_call_allocated_left_l2_range_inv;
24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_call_allocated_left_l2_cmp_diff, ColumnAndShifts::execution_constant_32
27 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
28 ColumnAndShifts::range_check_value, ColumnAndShifts::range_check_rng_chk_bits
34template <
typename FF_>
41 static constexpr std::string_view
NAME =
"LOOKUP_EXTERNAL_CALL_CALL_ALLOCATED_LEFT_DA_RANGE";
46 static constexpr Column COUNTS = Column::lookup_external_call_call_allocated_left_da_range_counts;
47 static constexpr Column INVERSES = Column::lookup_external_call_call_allocated_left_da_range_inv;
48 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
49 ColumnAndShifts::execution_call_allocated_left_da_cmp_diff, ColumnAndShifts::execution_constant_32
51 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
52 ColumnAndShifts::range_check_value, ColumnAndShifts::range_check_rng_chk_bits
58template <
typename FF_>
This file contains the template for the generic lookup that can be specialized to enforce various loo...
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > SRC_COLUMNS
static constexpr size_t LOOKUP_TUPLE_SIZE
static constexpr Column COUNTS
static constexpr Column SRC_SELECTOR
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > DST_COLUMNS
static constexpr std::string_view RELATION_NAME
static constexpr Column DST_SELECTOR
static constexpr std::string_view NAME
static constexpr Column INVERSES
static constexpr size_t LOOKUP_TUPLE_SIZE
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > DST_COLUMNS
static constexpr Column SRC_SELECTOR
static constexpr Column COUNTS
static constexpr Column INVERSES
static constexpr std::string_view RELATION_NAME
static constexpr std::string_view NAME
static constexpr Column DST_SELECTOR
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > SRC_COLUMNS