Trait rlink::api::function::KeySelectorFunction[][src]

pub trait KeySelectorFunction where
    Self: NamedFunction + CheckpointFunction
{ fn open(&mut self, context: &Context) -> Result<()>;
fn get_key(&self, record: &mut Record) -> Record;
fn close(&mut self) -> Result<()>; }

Required methods

fn open(&mut self, context: &Context) -> Result<()>[src]

fn get_key(&self, record: &mut Record) -> Record[src]

fn close(&mut self) -> Result<()>[src]

Loading content...

Implementors

impl KeySelectorFunction for SchemaBaseKeySelector[src]

Loading content...