class OntopRowMapper extends AnyRef

Mapper of Spark DataFrame rows to other entities, e.g. binding, triple, ...

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OntopRowMapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OntopRowMapper(obdaMappings: String, properties: Properties, partitions: Set[RdfPartitionComplex], sparqlQuery: String, ontology: Option[OWLOntology], id: String = "id")

Type Members

  1. class InvalidConstantTypeInResultException extends OntopInternalBugException
  2. class InvalidTermAsResultException extends OntopInternalBugException

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val answerAtom: DistinctVariableOnlyDataAtom
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close(): Unit
  8. val constructionNode: ConstructionNode
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. val executableQuery: IQ
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val inputQuery: SPARQLQuery[_ <: OBDAResultSet]
  16. val inputQueryFactory: InputQueryFactory
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def map(row: Row): Binding
  19. val nativeNode: NativeNode
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val queryReformulator: QueryReformulator
  24. val reformulationConfiguration: OntopReformulationSQLConfiguration
  25. val sparqlVar2Term: ImmutableSubstitution[ImmutableTerm]
  26. val sqlSignature: ImmutableSortedSet[Variable]
  27. val sqlTypeMap: ImmutableMap[Variable, DBTermType]
  28. val substitutionFactory: SubstitutionFactory
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val termFactory: TermFactory
  31. def toBinding(row: Row): Binding
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def toTriples(rows: Iterator[Row]): Iterator[Triple]
  34. val typeFactory: TypeFactory
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped