8#include "../columns.hpp"
17 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_BYTECODE_LENGTH_BYTES";
22 static constexpr Column INVERSES = Column::perm_bc_hashing_bytecode_length_bytes_inv;
23 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
24 ColumnAndShifts::precomputed_zero,
25 ColumnAndShifts::bc_hashing_bytecode_id,
26 ColumnAndShifts::bc_hashing_size_in_bytes
28 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
29 ColumnAndShifts::bc_decomposition_pc,
30 ColumnAndShifts::bc_decomposition_id,
31 ColumnAndShifts::bc_decomposition_bytes_remaining
37template <
typename FF_>
44 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_GET_PACKED_FIELD_0";
49 static constexpr Column INVERSES = Column::perm_bc_hashing_get_packed_field_0_inv;
50 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
51 ColumnAndShifts::bc_hashing_pc_index,
52 ColumnAndShifts::bc_hashing_bytecode_id,
53 ColumnAndShifts::bc_hashing_packed_fields_0
55 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
56 ColumnAndShifts::bc_decomposition_pc,
57 ColumnAndShifts::bc_decomposition_id,
58 ColumnAndShifts::bc_decomposition_packed_field
63template <
typename FF_>
70 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_GET_PACKED_FIELD_1";
75 static constexpr Column INVERSES = Column::perm_bc_hashing_get_packed_field_1_inv;
76 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
77 ColumnAndShifts::bc_hashing_pc_index_1,
78 ColumnAndShifts::bc_hashing_bytecode_id,
79 ColumnAndShifts::bc_hashing_packed_fields_1
81 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
82 ColumnAndShifts::bc_decomposition_pc,
83 ColumnAndShifts::bc_decomposition_id,
84 ColumnAndShifts::bc_decomposition_packed_field
89template <
typename FF_>
96 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_GET_PACKED_FIELD_2";
101 static constexpr Column INVERSES = Column::perm_bc_hashing_get_packed_field_2_inv;
102 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
103 ColumnAndShifts::bc_hashing_pc_index_2,
104 ColumnAndShifts::bc_hashing_bytecode_id,
105 ColumnAndShifts::bc_hashing_packed_fields_2
107 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
108 ColumnAndShifts::bc_decomposition_pc,
109 ColumnAndShifts::bc_decomposition_id,
110 ColumnAndShifts::bc_decomposition_packed_field
115template <
typename FF_>
static constexpr std::string_view NAME
static constexpr size_t COLUMNS_PER_SET
static constexpr Column DST_SELECTOR
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr Column SRC_SELECTOR
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr Column INVERSES
static constexpr std::string_view RELATION_NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr std::string_view NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr Column DST_SELECTOR
static constexpr std::string_view RELATION_NAME
static constexpr size_t COLUMNS_PER_SET
static constexpr Column SRC_SELECTOR
static constexpr Column INVERSES
static constexpr std::string_view RELATION_NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr Column DST_SELECTOR
static constexpr size_t COLUMNS_PER_SET
static constexpr std::string_view NAME
static constexpr Column INVERSES
static constexpr Column SRC_SELECTOR
static constexpr std::string_view RELATION_NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr Column SRC_SELECTOR
static constexpr size_t COLUMNS_PER_SET
static constexpr Column INVERSES
static constexpr Column DST_SELECTOR
static constexpr std::string_view NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS