Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::exec::RuntimeExpr - Rust
[go: Go Back, main page]

Enum datafusion::exec::RuntimeExpr[][src]

pub enum RuntimeExpr {
    Compiled {
        f: CompiledExpr,
        t: DataType,
    },
    AggregateFunction {
        f: AggregateType,
        args: Vec<CompiledExpr>,
        t: DataType,
    },
}

Runtime expression

Variants

Fields of Compiled

Fields of AggregateFunction

Methods

impl RuntimeExpr
[src]

Auto Trait Implementations

impl !Send for RuntimeExpr

impl !Sync for RuntimeExpr