ApproximateNumericType

openGql.grammar.ApproximateNumericType

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class float16
class float32
class float64
class float128
class float256
class real
Show all

Members list

Type members

Enum entries

final case class float128(value: Float128Type) extends ApproximateNumericType
final case class float16(value: Float16Type) extends ApproximateNumericType
final case class float256(value: Float256Type) extends ApproximateNumericType
final case class float32(value: Float32Type) extends ApproximateNumericType
final case class float64(value: Float64Type) extends ApproximateNumericType
final case class real(value: RealType) extends ApproximateNumericType