Function gluesql::core::ast_builder::time

source ·
pub fn time<'a, T>(time: T) -> ExprNode<'a>where
    T: Into<Cow<'a, str>>,