Package

io.getquill.context.spark

norm

Permalink

package norm

Visibility
  1. Public
  2. All

Type Members

  1. case class EntityId(id: String, fields: List[Property]) extends Product with Serializable

    Permalink
  2. case class FoundEntityIds(aliases: Seq[EntityId]) extends SearchState with Product with Serializable

    Permalink
  3. class InfixExtractor extends AnyRef

    Permalink
  4. sealed trait SearchState extends AnyRef

    Permalink

Value Members

  1. object EntityId extends Serializable

    Permalink
  2. object ExpandEntityIds

    Permalink

    Spark requires nested objects to be expanded in tupled form in order to be properly encoded.

    Spark requires nested objects to be expanded in tupled form in order to be properly encoded. In order to do this, we have to find the needed Entity by looking up the field identity and then expand it's fields. When a Spark Dataset is encoded via "liftDataset", we attempt to do the same thing by pulling out the case class (and it's fields) from the ScalarValueLift.

  3. object FoundEntityIds extends Serializable

    Permalink
  4. object InfixExtractor

    Permalink
  5. object NotFound extends SearchState

    Permalink

Ungrouped