pyarrow.dataset.
scalar
Expression representing a scalar value.
value (bool, int, float or string) – Python value of the scalar. Note that only a subset of types are currently supported.
scalar_expr (Expression)