Struct datafusion_jit::api::AssemblerState
source · pub struct AssemblerState { /* private fields */ }
Expand description
State of Assembler, keep tracking of generated function names and registered external functions.
Implementations§
source§impl AssemblerState
impl AssemblerState
sourcepub fn fresh_name(&mut self, name: impl Into<String>) -> String
pub fn fresh_name(&mut self, name: impl Into<String>) -> String
Create a fresh function name with prefix name
.
Trait Implementations§
source§impl Default for AssemblerState
impl Default for AssemblerState
source§fn default() -> AssemblerState
fn default() -> AssemblerState
Returns the “default value” for a type. Read more