object NonAtomicFields
- Alphabetic
- By Inheritance
- NonAtomicFields
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class ColumnFailure(tabledEntity: TabledEntity, versionsInBatch: Set[SchemaSubVersion], failure: LoaderIgluError) extends Product with Serializable
Describes a failure to lookup a series of Iglu schemas
Describes a failure to lookup a series of Iglu schemas
- tabledEntity
The family of iglu schemas for which the lookup was needed
- versionsInBatch
The schema versions for which a lookup was needed
- failure
Why the lookup failed
- case class Result(fields: List[TypedTabledEntity], igluFailures: List[ColumnFailure]) extends Product with Serializable
Describes the Field Types (not data) present in a batch of events
Describes the Field Types (not data) present in a batch of events
- fields
field type information about each family of Iglu schema. E.g. if a batch contains versions 1-0-0, 1-0-1 and 1-1-0 of a schema, they will be present as a single item of this list. If the batch also contains version 2-0-0 of that schema, it will be present as an extra item of this list.
- igluFailures
details of schemas that were present in the batch but could not be looked up by the Iglu resolver.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def resolveTypes[F[_]](resolver: Resolver[F], entities: Map[TabledEntity, Set[SchemaSubVersion]])(implicit arg0: Sync[F], arg1: RegistryLookup[F]): F[Result]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])