[][src]Trait arcon::weld::ast::prelude::Uniquify

pub trait Uniquify {
    fn uniquify(&mut self) -> Result<(), WeldCompileError>;
}

A trait that uniquifies symbol names in-place.

Required methods

fn uniquify(&mut self) -> Result<(), WeldCompileError>

Modifies an expression to make symbol names unique.

Returns an error if an undefined symbol is encountered.

Loading content...

Implementors

impl Uniquify for Expr[src]

Loading content...