c

net.sansa_stack.query.spark.sparqlify

QueryExecutionSparqlifySpark

class QueryExecutionSparqlifySpark extends QueryExecutionBaseSelect

Linear Supertypes
QueryExecutionBaseSelect, QueryExecutionDecorator, QueryExecutionDecoratorBase[QueryExecution], QueryExecution, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryExecutionSparqlifySpark
  2. QueryExecutionBaseSelect
  3. QueryExecutionDecorator
  4. QueryExecutionDecoratorBase
  5. QueryExecution
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryExecutionSparqlifySpark(query: Query, subFactory: QueryExecutionFactory, sparkSession: SparkSession, sparqlSqlRewriter: SparqlSqlStringRewriter)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abort(): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  5. def afterExec(): Unit
    Attributes
    protected[core]
    Definition Classes
    QueryExecutionDecoratorBase
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def beforeExec(): Unit
    Attributes
    protected[core]
    Definition Classes
    QueryExecutionDecoratorBase
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def close(): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution → AutoCloseable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def execAsk(): Boolean
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  13. def execConstruct(): Model
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  14. def execConstruct(arg0: Model): Model
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  15. def execConstructDataset(arg0: Dataset): Dataset
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  16. def execConstructDataset(): Dataset
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  17. def execConstructQuads(): Iterator[Quad]
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  18. def execConstructTriples(): Iterator[Triple]
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  19. def execDescribe(arg0: Model): Model
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  20. def execDescribe(): Model
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  21. def execDescribeTriples(): Iterator[Triple]
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  22. def execJson(): JsonArray
    Definition Classes
    QueryExecutionSparqlifySpark → QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  23. def execJsonItems(): Iterator[JsonObject]
    Definition Classes
    QueryExecutionSparqlifySpark → QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  24. def execSelect(): ResultSet
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  25. def executeCoreSelect(query: Query): ResultSetCloseable
    Attributes
    protected[sparqlify]
    Definition Classes
    QueryExecutionSparqlifySpark → QueryExecutionBaseSelect
  26. def executeCoreSelectX(query: Query): QueryExecution
    Attributes
    protected[sparqlify]
    Definition Classes
    QueryExecutionSparqlifySpark → QueryExecutionBaseSelect
  27. def executeUpdate(arg0: UpdateRequest): Unit
    Definition Classes
    QueryExecutionBaseSelect
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getContext(): Context
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  31. def getDataset(): Dataset
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  32. def getDecoratee(): QueryExecution
    Definition Classes
    QueryExecutionDecoratorBase
  33. def getQuery(): Query
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  34. def getTimeout1(): Long
    Definition Classes
    QueryExecutionSparqlifySpark → QueryExecutionDecoratorBase → QueryExecution
  35. def getTimeout2(): Long
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def isClosed(): Boolean
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def onException(arg0: Exception): Unit
    Attributes
    protected[core]
    Definition Classes
    QueryExecutionDecoratorBase
  43. def setInitialBinding(arg0: Binding): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  44. def setInitialBinding(arg0: QuerySolution): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  45. def setTimeout(arg0: Long, arg1: Long): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  46. def setTimeout(arg0: Long, arg1: TimeUnit, arg2: Long, arg3: TimeUnit): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  47. def setTimeout(arg0: Long): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  48. def setTimeout(arg0: Long, arg1: TimeUnit): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def unwrap[X](arg0: Class[X]): X
    Definition Classes
    QueryExecutionDecoratorBase
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from QueryExecutionBaseSelect

Inherited from QueryExecutionDecorator

Inherited from QueryExecutionDecoratorBase[QueryExecution]

Inherited from QueryExecution

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped