class RDFGraphDataFrame extends AbstractRDFGraphSpark[SimpleRDF, DataFrame, RDFGraphDataFrame]
A data structure that comprises a set of triples.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDFGraphDataFrame
- AbstractRDFGraphSpark
- SparkGraphExtensions
- AbstractRDFGraph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RDFGraphDataFrame(triples: DataFrame, schema: SQLSchema = SQLSchemaDefault)
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
cache(): RDFGraphDataFrame.this.type
Persist the triples RDD with the default storage level (
MEMORY_ONLY).Persist the triples RDD with the default storage level (
MEMORY_ONLY).- Definition Classes
- RDFGraphDataFrame → SparkGraphExtensions
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
difference(graph: RDFGraphDataFrame): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
def
distinct(): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
find(triple: RDFTriple): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
def
find(s: Option[String] = None, p: Option[String] = None, o: Option[String] = None): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
intersection(graph: RDFGraphDataFrame): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val schema: SQLSchema
-
def
size(): Long
Return the number of triples.
Return the number of triples.
- returns
the number of triples
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toDataFrame(sparkSession: SparkSession, schema: SQLSchema = SQLSchemaDefault): DataFrame
Convert the current graph to a Dataframe of RDF triples.
Convert the current graph to a Dataframe of RDF triples.
- sparkSession
the Spark session
- schema
the SQL schema
- returns
a Dataframe of RDF triples
- Definition Classes
- RDFGraphDataFrame → SparkGraphExtensions
-
def
toRDD(): RDD[RDFTriple]
Convert the current graph to an RDD of RDF triples.
Convert the current graph to an RDD of RDF triples.
- returns
RDD of RDF triples
- Definition Classes
- RDFGraphDataFrame → SparkGraphExtensions
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
triples: DataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraphSpark → AbstractRDFGraph
-
def
union(graph: RDFGraphDataFrame): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
def
unionAll(graphs: Seq[RDFGraphDataFrame]): RDFGraphDataFrame
- Definition Classes
- RDFGraphDataFrame → AbstractRDFGraph
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated