pyarrow.UnionValue¶
-
class
pyarrow.
UnionValue
¶ Bases:
pyarrow.lib.UnionScalar
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(*args, **kwargs)Initialize self.
as_py
(self)Return underlying value as a Python object.
Attributes
Data type of the Scalar object.
-
as_py
(self)¶ Return underlying value as a Python object.
-
cast
(self, target_type)¶ Attempt a safe cast to target data type.
-
equals
(self, Scalar other)¶
-
is_valid
¶ Holds a valid (non-null) value.
-
type
¶ Data type of the Scalar object.
-
value
¶ Return underlying value as a scalar.
-