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

pub struct CreateTableStmt {
    pub tid: String,
    pub cols: Vec<ColumnInfo>,
}

Information for table creation

Fields

tid
cols

Trait Implementations

Derived Implementations

impl PartialEq for CreateTableStmt

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

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

impl Clone for CreateTableStmt

fn clone(&self) -> CreateTableStmt

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

impl Debug for CreateTableStmt

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