| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../api/../generated/pyarrow.compute.scalar.html | [Back] [Original] |
Section Navigation
Expression representing a scalar value.
Creates an Expression object representing a scalar value that can be used in compute expressions and predicates.
ExpressionAn Expression representing the scalar value
Notes
This function differs from pyarrow.scalar() in the following way:
pyarrow.scalar() creates a pyarrow.Scalar object that represents
a single value in Arrows memory model.
pyarrow.compute.scalar() creates an Expression object representing
a scalar value that can be used in compute expressions, predicates, and
dataset filtering operations.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |