class OntopRowMapper extends AnyRef
Mapper of Spark DataFrame rows to other entities, e.g. binding, triple, ...
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OntopRowMapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OntopRowMapper(obdaMappings: String, properties: Properties, partitions: Set[RdfPartitionComplex], sparqlQuery: String, ontology: Option[OWLOntology], id: String = "id")
Type Members
- class InvalidConstantTypeInResultException extends OntopInternalBugException
- class InvalidTermAsResultException extends OntopInternalBugException
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
- val answerAtom: DistinctVariableOnlyDataAtom
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def close(): Unit
- val constructionNode: ConstructionNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val executableQuery: IQ
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputQuery: SPARQLQuery[_ <: OBDAResultSet]
- val inputQueryFactory: InputQueryFactory
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map(row: Row): Binding
- val nativeNode: NativeNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val queryReformulator: QueryReformulator
- val reformulationConfiguration: OntopReformulationSQLConfiguration
- val sparqlVar2Term: ImmutableSubstitution[ImmutableTerm]
- val sqlSignature: ImmutableSortedSet[Variable]
- val sqlTypeMap: ImmutableMap[Variable, DBTermType]
- val substitutionFactory: SubstitutionFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val termFactory: TermFactory
- def toBinding(row: Row): Binding
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toTriples(rows: Iterator[Row]): Iterator[Triple]
- val typeFactory: TypeFactory
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()