Package

net.sansa_stack.rdf.spark

model

Permalink

package model

Wrap up implicit classes/methods for RDF data into RDD.

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

Type Members

  1. implicit class DFTripleOperations extends Logging

    Permalink

    Adds all methods to DataFrame that allows to use TripleOps functions.

  2. implicit class DSTripleOperations extends Logging

    Permalink

    Adds all methods to Dataset[Triple] that allows to use TripleOps functions.

  3. implicit class GraphLoader extends Logging

    Permalink

    Adds methods, asGraph to RDD that allows to transform as a GraphX representation.

  4. implicit class GraphOperations extends Logging

    Permalink

    Adds methods, astTriple, find, size to Node that allows to different operations to it.

  5. implicit class HDTReader extends AnyRef

    Permalink

    Adds methods, readHDTFromDist, to SparkSession that allows to read hdt files.

  6. implicit class HDTTripleOperations extends Logging

    Permalink

    Adds all methods to RDD that allows to use HDT TripleOps functions.

  7. implicit class HDTWriter extends AnyRef

    Permalink

    Adds methods, readHDTFromDist, to SparkSession that allows to read hdt files.

  8. implicit class TensorTripleOperations extends Logging

    Permalink

    Adds all methods to RDD that allows to use Tensor TripleOps functions.

  9. implicit class TripleOperations extends Logging

    Permalink

    Adds all methods to RDD that allows to use TripleOps functions.

Value Members

  1. package df

    Permalink
  2. package ds

    Permalink
  3. package graph

    Permalink
  4. package hdt

    Permalink
  5. package rdd

    Permalink
  6. package tensor

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped