Class RdfSourceFactoryImpl

java.lang.Object
net.sansa_stack.spark.io.rdf.input.impl.RdfSourceFactoryImpl
All Implemented Interfaces:
RdfSourceFactory

public class RdfSourceFactoryImpl extends Object implements RdfSourceFactory
Implementation of a source factory based on spark/hadoop.
Author:
raven
  • Field Details

    • sparkSession

      protected org.apache.spark.sql.SparkSession sparkSession
  • Constructor Details

    • RdfSourceFactoryImpl

      public RdfSourceFactoryImpl(org.apache.spark.sql.SparkSession sparkSession)
  • Method Details