risingwave_frontend::utils::data_type

Trait DataTypeToAst

source
pub trait DataTypeToAst {
    // Required method
    fn to_ast(&self) -> AstDataType;
}

Required Methods§

source

fn to_ast(&self) -> AstDataType

Convert the data type to its AST representation.

Implementations on Foreign Types§

source§

impl DataTypeToAst for DataType

Implementors§