| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.MonthDayNanoIntervalScalar.html | [Back] [Original] |
Section Navigation
Bases: Scalar
Concrete class for month, day, nanosecond interval scalars.
Methods
|
|
|
Return this value as a pyarrow.MonthDayNano. |
|
Cast scalar value to another data type. |
|
|
|
Perform validation checks. |
Attributes
Holds a valid (non-null) value. |
|
Data type of the Scalar object. |
|
Same as self.as_py() |
Return this value as a pyarrow.MonthDayNano.
str, optional, default NoneValid values are None, lossy, or strict. This parameter is ignored for non-nested Scalars.
Cast scalar value to another data type.
See pyarrow.compute.cast() for usage.
A Scalar of the given target data type.pyarrow.ScalarHolds a valid (non-null) value.
Data type of the Scalar object.
Perform validation checks. An exception is raised if validation fails.
By default only cheap validation checks are run. Pass full=True for thorough validation checks (potentially O(n)).
Same as self.as_py()
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 |