Package

net.sansa_stack.inference.spark.data.loader

sql

Permalink

package sql

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider

    Permalink
  2. class NTriplesDataSource extends DataSourceRegister with RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Permalink

    The data source for handling N-Triples, i.e.

    The data source for handling N-Triples, i.e. reading from and writing to disk.

  3. class NTriplesRelation extends BaseRelation with TableScan with PrunedScan with Serializable with Logging

    Permalink

    A custom relation that represents N-Triples.

  4. class TurtleDataSource extends DataSourceRegister with RelationProvider with SchemaRelationProvider

    Permalink

  5. class TurtleRelation extends BaseRelation with TableScan with PrunedScan with Serializable

    Permalink

    A custom relation that represents RDF triples loaded from files in Turtle syntax.

Value Members

  1. package rdf

    Permalink

    Wrap implicits to load/write RDF data into/from a DataFrame.

Ungrouped