Structs§
- Table
Witness Index - Holds witness column data for a table, indexed by column index.
- Table
Witness Segment - A vertical segment of a table witness index.
- Witness
Index - Holds witness column data for all tables in a constraint system, indexed by column ID.
- Witness
Index Column
Traits§
- Table
Filler - A struct that can populate segments of a table witness using row descriptors.
- Witness
ColView - Type erased interface for viewing witness columns. Note that
F
will be an extension field of the underlying column’s field. - Witness
ColView Mut - Similar to
WitnessColView
, for mutating witness columns.