Expand description
Enums that convert table column names into usize
indices. Allows
addressing columns by name rather than their hard-to-remember index.
Structs§
- Cascade
AuxColumn Iter - An iterator over the variants of CascadeAuxColumn
- Cascade
Main Column Iter - An iterator over the variants of CascadeMainColumn
- Hash
AuxColumn Iter - An iterator over the variants of HashAuxColumn
- Hash
Main Column Iter - An iterator over the variants of HashMainColumn
- Jump
Stack AuxColumn Iter - An iterator over the variants of JumpStackAuxColumn
- Jump
Stack Main Column Iter - An iterator over the variants of JumpStackMainColumn
- Lookup
AuxColumn Iter - An iterator over the variants of LookupAuxColumn
- Lookup
Main Column Iter - An iterator over the variants of LookupMainColumn
- OpStack
AuxColumn Iter - An iterator over the variants of OpStackAuxColumn
- OpStack
Main Column Iter - An iterator over the variants of OpStackMainColumn
- Processor
AuxColumn Iter - An iterator over the variants of ProcessorAuxColumn
- Processor
Main Column Iter - An iterator over the variants of ProcessorMainColumn
- Program
AuxColumn Iter - An iterator over the variants of ProgramAuxColumn
- Program
Main Column Iter - An iterator over the variants of ProgramMainColumn
- RamAux
Column Iter - An iterator over the variants of RamAuxColumn
- RamMain
Column Iter - An iterator over the variants of RamMainColumn
- U32Aux
Column Iter - An iterator over the variants of U32AuxColumn
- U32Main
Column Iter - An iterator over the variants of U32MainColumn
Enums§
- Cascade
AuxColumn - Cascade
Main Column - Hash
AuxColumn - Hash
Main Column - Jump
Stack AuxColumn - Jump
Stack Main Column - Lookup
AuxColumn - Lookup
Main Column - OpStack
AuxColumn - OpStack
Main Column - Processor
AuxColumn - Processor
Main Column - Program
AuxColumn - Program
Main Column - RamAux
Column - RamMain
Column - U32Aux
Column - U32Main
Column
Traits§
- Master
AuxColumn - A trait for the columns in the master auxiliary table. This trait is implemented for all enums relating to the auxiliary tables. The trait provides two methods:
- Master
Main Column - A trait for the columns of the master main table. This trait is implemented for all enums relating to the main tables. This trait provides two methods: