Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_ Struct Reference

#include <lookups_bc_retrieval.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_BC_RETRIEVAL_RETRIEVED_BYTECODES_INSERTION"
 
static constexpr std::string_view RELATION_NAME = "bc_retrieval"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 6
 
static constexpr Column SRC_SELECTOR = Column::bc_retrieval_should_retrieve
 
static constexpr Column DST_SELECTOR = Column::retrieved_bytecodes_tree_check_sel
 
static constexpr Column COUNTS = Column::lookup_bc_retrieval_retrieved_bytecodes_insertion_counts
 
static constexpr Column INVERSES = Column::lookup_bc_retrieval_retrieved_bytecodes_insertion_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 106 of file lookups_bc_retrieval.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::COUNTS = Column::lookup_bc_retrieval_retrieved_bytecodes_insertion_counts
staticconstexpr

Definition at line 112 of file lookups_bc_retrieval.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::retrieved_bytecodes_tree_check_class_id,
ColumnAndShifts::retrieved_bytecodes_tree_check_write,
ColumnAndShifts::retrieved_bytecodes_tree_check_root,
ColumnAndShifts::retrieved_bytecodes_tree_check_tree_size_before_write,
ColumnAndShifts::retrieved_bytecodes_tree_check_write_root,
ColumnAndShifts::retrieved_bytecodes_tree_check_tree_size_after_write
}

Definition at line 122 of file lookups_bc_retrieval.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::DST_SELECTOR = Column::retrieved_bytecodes_tree_check_sel
staticconstexpr

Definition at line 111 of file lookups_bc_retrieval.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::INVERSES = Column::lookup_bc_retrieval_retrieved_bytecodes_insertion_inv
staticconstexpr

Definition at line 113 of file lookups_bc_retrieval.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::LOOKUP_TUPLE_SIZE = 6
staticconstexpr

Definition at line 109 of file lookups_bc_retrieval.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::NAME = "LOOKUP_BC_RETRIEVAL_RETRIEVED_BYTECODES_INSERTION"
staticconstexpr

Definition at line 107 of file lookups_bc_retrieval.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::RELATION_NAME = "bc_retrieval"
staticconstexpr

Definition at line 108 of file lookups_bc_retrieval.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::bc_retrieval_current_class_id,
ColumnAndShifts::bc_retrieval_should_retrieve,
ColumnAndShifts::bc_retrieval_prev_retrieved_bytecodes_tree_root,
ColumnAndShifts::bc_retrieval_prev_retrieved_bytecodes_tree_size,
ColumnAndShifts::bc_retrieval_next_retrieved_bytecodes_tree_root,
ColumnAndShifts::bc_retrieval_next_retrieved_bytecodes_tree_size
}

Definition at line 114 of file lookups_bc_retrieval.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_bc_retrieval_retrieved_bytecodes_insertion_settings_::SRC_SELECTOR = Column::bc_retrieval_should_retrieve
staticconstexpr

Definition at line 110 of file lookups_bc_retrieval.hpp.


The documentation for this struct was generated from the following file: