Struct otter_sql::ic::IntermediateCode
source · pub struct IntermediateCode {
pub instrs: Vec<Instruction>,
}Expand description
The intermediate representation of a query. Made of up Instructions.
Fields§
§instrs: Vec<Instruction>Trait Implementations§
source§impl Clone for IntermediateCode
impl Clone for IntermediateCode
source§fn clone(&self) -> IntermediateCode
fn clone(&self) -> IntermediateCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more