Type Alias PbUdfExprVersion

Source
pub type PbUdfExprVersion = UdfExprVersion;
Expand description

Alias for UdfExprVersion.

Aliased Type§

enum PbUdfExprVersion {
    Unspecified = 0,
    NameInRuntime = 1,
}

Variants§

§

Unspecified = 0

Versions before introducing this enum.

§

NameInRuntime = 1

Begin from this version, we re-interpret identifier as name_in_runtime.