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
OwnedSchemaReference in datafusion::common - Rust
[go: Go Back, main page]

pub type OwnedSchemaReference = SchemaReference<'static>;

Aliased Type§

enum OwnedSchemaReference {
    Bare {
        schema: Cow<'static, str>,
    },
    Full {
        schema: Cow<'static, str>,
        catalog: Cow<'static, str>,
    },
}

Variants§

§

Bare

Fields

§schema: Cow<'static, str>
§

Full

Fields

§schema: Cow<'static, str>
§catalog: Cow<'static, str>