A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://arrow.apache.org/docs/python/generated/pyarrow.Int64Scalar.html below:

pyarrow.Int64Scalar — Apache Arrow v21.0.0

pyarrow.Int64Scalar#
class pyarrow.Int64Scalar#

Bases: Scalar

Concrete class for int64 scalars.

__init__(*args, **kwargs)#

Methods

Attributes

as_py(self, *, maps_as_pydicts=None)#

Return this value as a Python int.

Parameters:
maps_as_pydictsstr, optional, default None

Valid values are None, ‘lossy’, or ‘strict’. This parameter is ignored for non-nested Scalars.

cast(self, target_type=None, safe=None, options=None, memory_pool=None)#

Cast scalar value to another data type.

See pyarrow.compute.cast() for usage.

Parameters:
target_typeDataType, default None

Type to cast scalar to.

safebool, default True

Whether to check for conversion errors such as overflow.

optionsCastOptions, default None

Additional checks pass by CastOptions

memory_poolMemoryPool, optional

memory pool to use for allocations during function execution.

Returns:
scalarA Scalar of the given target data type.
equals(self, Scalar other)#
Parameters:
otherpyarrow.Scalar
Returns:
bool
is_valid#

Holds a valid (non-null) value.

type#

Data type of the Scalar object.

validate(self, *, full=False)#

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)).

Parameters:
fullbool, default False

If True, run expensive checks, otherwise cheap checks only.

Raises:
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