Struct server::parse::ast::InsertStmt [] [src]

pub struct InsertStmt {
    pub tid: String,
    pub col: Vec<String>,
    pub val: Vec<Lit>,
}

Information for data insertion

Fields

tid
col
val

Trait Implementations

Derived Implementations

impl PartialEq for InsertStmt

fn eq(&self, __arg_0: &InsertStmt) -> bool

fn ne(&self, __arg_0: &InsertStmt) -> bool

impl Clone for InsertStmt

fn clone(&self) -> InsertStmt

fn clone_from(&mut self, source: &Self)

impl Debug for InsertStmt

fn fmt(&self, __arg_0: &mut Formatter) -> Result