pyarrow.MonthDayNanoIntervalScalar

class pyarrow.MonthDayNanoIntervalScalar

Bases: Scalar

Concrete class for month, day, nanosecond interval scalars.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

as_py(self)

Return this value as a pyarrow.MonthDayNano.

cast(self, target_type)

Attempt a safe cast to target data type.

equals(self, Scalar other)

Attributes

is_valid

Holds a valid (non-null) value.

type

Data type of the Scalar object.

value

Same as self.as_py()

as_py(self)

Return this value as a pyarrow.MonthDayNano.

cast(self, target_type)

Attempt a safe cast to target data type.

Parameters:
target_typeDataType or str coercible to DataType

The type to cast the scalar to.

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

Holds a valid (non-null) value.

type

Data type of the Scalar object.

value

Same as self.as_py()