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
sourceimpl 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
sourceimpl Default for AssemblerState
impl Default for AssemblerState
sourcefn default() -> AssemblerState
fn default() -> AssemblerState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AssemblerState
impl !Send for AssemblerState
impl !Sync for AssemblerState
impl Unpin for AssemblerState
impl UnwindSafe for AssemblerState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more