Packages

class QueryExecutionSparqlifyFlink extends QueryExecutionBaseSelect

Created by Simon Bin on 12/06/17.

Linear Supertypes
QueryExecutionBaseSelect, QueryExecutionDecorator, QueryExecutionDecoratorBase[QueryExecution], QueryExecution, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryExecutionSparqlifyFlink
  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 QueryExecutionSparqlifyFlink(query: Query, subFactory: QueryExecutionFactory, sparqlSqlRewriter: SparqlSqlStringRewriter, flinkEnv: ExecutionEnvironment, flinkTable: BatchTableEnvironment)

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
    QueryExecutionSparqlifyFlink → QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  23. def execJsonItems(): Iterator[JsonObject]
    Definition Classes
    QueryExecutionSparqlifyFlink → QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  24. def execSelect(): ResultSet
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  25. def executeCoreSelect(query: Query): ResultSetCloseable
    Definition Classes
    QueryExecutionSparqlifyFlink → QueryExecutionBaseSelect
  26. def executeCoreSelectX(query: Query): QueryExecution
    Definition Classes
    QueryExecutionSparqlifyFlink → 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. val flinkEnv: ExecutionEnvironment
  30. val flinkTable: BatchTableEnvironment
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getContext(): Context
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  33. def getDataset(): Dataset
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  34. def getDecoratee(): QueryExecution
    Definition Classes
    QueryExecutionDecoratorBase
  35. def getQuery(): Query
    Definition Classes
    QueryExecutionBaseSelect → QueryExecutionDecoratorBase → QueryExecution
  36. def getTimeout1(): Long
    Definition Classes
    QueryExecutionSparqlifyFlink → QueryExecutionDecoratorBase → QueryExecution
  37. def getTimeout2(): Long
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def isClosed(): Boolean
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def onException(arg0: Exception): Unit
    Attributes
    protected[core]
    Definition Classes
    QueryExecutionDecoratorBase
  45. def setInitialBinding(arg0: Binding): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  46. def setInitialBinding(arg0: QuerySolution): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  47. def setTimeout(arg0: Long, arg1: Long): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  48. def setTimeout(arg0: Long, arg1: TimeUnit, arg2: Long, arg3: TimeUnit): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  49. def setTimeout(arg0: Long): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  50. def setTimeout(arg0: Long, arg1: TimeUnit): Unit
    Definition Classes
    QueryExecutionDecoratorBase → QueryExecution
  51. val sparqlSqlRewriter: SparqlSqlStringRewriter
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def unwrap[X](arg0: Class[X]): X
    Definition Classes
    QueryExecutionDecoratorBase
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. 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