pyarrow.dataset.scalar

pyarrow.dataset.scalar(value)[source]

Expression representing a scalar value.

Parameters

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

Returns

scalar_expr (Expression)