Skip to content

ExprTypeReduceSettings🔗

Constructor🔗

ExprTypeReduceSettings()

Methods🔗

build🔗

Builds the object.

def build() -> expr.ExprTypeReduceSettings

mode🔗

Non-number reduce behavior

Possible enum values:

  • "dropNN" Drop non-numbers

  • "replaceNN" Replace non-numbers

def mode(mode: typing.Literal["dropNN", "replaceNN"]) -> typing.Self

replace_with_value🔗

Only valid when mode is replace

def replace_with_value(replace_with_value: float) -> typing.Self

See also🔗