gravitino.api.types.type.FractionType

class gravitino.api.types.type.FractionType

Bases: NumericType, ABC

Base class for all fractional types.

__init__()

Methods

__init__()

name()

Returns the generic name of the type.

simple_string()

Returns a readable string representation of the type.

abstract name() Name

Returns the generic name of the type.

abstract simple_string() str

Returns a readable string representation of the type.