Bases: Scalar
Concrete class for int64 scalars.
Methods
Attributes
Return this value as a Python int.
str
, optional, default None
Valid 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.
DataType
, default None
Type to cast scalar to.
True
Whether to check for conversion errors such as overflow.
CastOptions
, default None
Additional checks pass by CastOptions
MemoryPool
, optional
memory pool to use for allocations during function execution.
A
Scalar
of the
given
target
data
type.
pyarrow.Scalar
Holds 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)).
False
If True, run expensive checks, otherwise cheap checks only.
ArrowInvalid
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4