Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package snowplowanalytics
    Definition Classes
    com
  • package iglu
    Definition Classes
    snowplowanalytics
  • package schemaddl
    Definition Classes
    iglu
  • package experimental
    Definition Classes
    schemaddl
  • object VersionTree extends Serializable

    Group - continuous, but possibly *unclosed* sequence of child versions (opposed to always closed Set?), e.g.

    Group - continuous, but possibly *unclosed* sequence of child versions (opposed to always closed Set?), e.g. 2,3 additions of 0 revision (but 0,1,4,5 are "outside")

    Set - continuous and always closed sequence of child versions (opposed to possibly *unclosed* Group) e.g. 0,1,2,3,4,5 additions of 0 revision (nothing else in the revision)

    Highest - largest number in a whole Set (5th addition) Latest - largest number in a whole Group (3rd addition)

    case class X is a group, it has information about all its Xs and children Ys

    Definition Classes
    experimental
  • AddingError
  • Additions
  • BuildingError
  • Revisions
  • VersionList

final case class VersionList extends AnyVal with Product with Serializable

List of consistent naturally ordered versions, entirely isomorphic to the original tree

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VersionList
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def toTree: VersionTree
  8. val versions: NonEmptyList[Full]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped