pyarrow.dataset.scalar# pyarrow.dataset.scalar(value)[source]# Expression representing a scalar value. Parameters: valuebool, int, float or strPython value of the scalar. Note that only a subset of types are currently supported. Returns: scalar_exprExpressionAn Expression representing the scalar value