NullabilityTypeChoiceArr
dataprism.sql.NullabilityTypeChoiceArr
class NullabilityTypeChoiceArr[Codec[_], Arr[_], A, DimensionE <: Int](notNullCodec: Codec[Arr[A]], nullableCodec: Codec[Option[Arr[A]]], element: SelectedType[Codec, A] { type Dimension = DimensionE; }) extends NullabilityTypeChoice[Codec, Arr[A], 1 + DimensionE]
Attributes
- Source
- types.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Members list
Type members
Types
Attributes
- Source
- types.scala
Inherited types
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Value members
Concrete methods
override def elementType(using ev: ((1 + DimensionE) > 0) =:= true): SelectedType[Codec, A] { type Dimension = -1 + (1 + DimensionE); }
Attributes
- Definition Classes
- Source
- types.scala
Inherited methods
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Inherited fields
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
In this article