Packages

c

com.scleradb.sql.expr

ExtendedRelOp

abstract class ExtendedRelOp extends RelOp

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendedRelOp
  2. RelOp
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExtendedRelOp()

Abstract Value Members

  1. abstract val arity: Int

    Arity of the operator (that is, number of inputs)

    Arity of the operator (that is, number of inputs)

    Definition Classes
    RelOp
  2. abstract def isStreamEvaluable(inputs: List[RelExpr]): Boolean

    Is this operator evaluable over the input stream?

    Is this operator evaluable over the input stream?

    inputs

    Input expressions

    Definition Classes
    RelOp
  3. abstract def resultOrder(inputs: List[RelExpr]): List[SortExpr]

    The sort order of the result of this operator

    The sort order of the result of this operator

    inputs

    Input expressions

    returns

    Sort order of the result of this operator (if any)

    Definition Classes
    RelOp
  4. abstract def starColumns(inputs: List[RelExpr]): List[AnnotColRef]

    The columns in the result of "select *" over this operator

    The columns in the result of "select *" over this operator

    inputs

    Input expressions

    returns

    Columns in the result of "select *" over this operator

    Definition Classes
    RelOp
  5. abstract def tableColRefs(inputs: List[RelExpr]): List[ColRef]

    The column names in the result of this operator

    The column names in the result of this operator

    inputs

    Input expressions

    returns

    Columns names in the result of this operator

    Definition Classes
    RelOp
  6. abstract def tableNames(inputs: List[RelExpr]): List[String]

    The table names in the scope of the result of this operator

    The table names in the scope of the result of this operator

    inputs

    Input expressions

    returns

    Table names in the scope of the result of this operator

    Definition Classes
    RelOp

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def isLocEvaluable(loc: Location): Boolean

    Is this operator evaluable at the given location?

    Is this operator evaluable at the given location?

    loc

    Location

    Definition Classes
    ExtendedRelOpRelOp
  12. def locationIdOpt(inputs: List[RelExpr]): Option[LocationId]

    The location where this operator can be evaluated

    The location where this operator can be evaluated

    inputs

    Input expressions

    returns

    Location where this operator can be evaluated (if any)

    Definition Classes
    ExtendedRelOpRelOp
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from RelOp

Inherited from AnyRef

Inherited from Any

Ungrouped