Class

quasar.mimir.TableLibModule.TableLib

Op2F2

Related Doc: package TableLib

Permalink

abstract class Op2F2 extends Op2

Linear Supertypes
Op2, Op2Like, Morphism2, Morphism2Like, FunctionLike[BinaryOperationType], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Op2F2
  2. Op2
  3. Op2Like
  4. Morphism2
  5. Morphism2Like
  6. FunctionLike
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Op2F2(namespace: Vector[String], name: String)

    Permalink

Abstract Value Members

  1. abstract def f2: TableLibModule.F2

    Permalink
  2. abstract val tpe: BinaryOperationType

    Permalink
    Definition Classes
    FunctionLike

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val alignment: Match

    Permalink

    This specifies how to align the 2 arguments as they are inputted.

    This specifies how to align the 2 arguments as they are inputted. For instance, if we use MorphismAlignment.Cross, then the 2 tables will be crossed, then passed to morph1.

    Definition Classes
    Op2Morphism2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fold[A](op2: (Op2) ⇒ A, op2F2: (Op2F2) ⇒ A): A

    Permalink
    Definition Classes
    Op2F2Op2
  11. lazy val fqn: String

    Permalink
    Definition Classes
    FunctionLike
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. val idPolicy: IdentityPolicy

    Permalink
    Definition Classes
    Morphism2Like
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val multivariate: Boolean

    Permalink
    Definition Classes
    Morphism2
  17. val name: String

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  18. val namespace: Vector[String]

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val opcode: Int

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  23. val rowLevel: Boolean

    Permalink
    Definition Classes
    Op2F2Morphism2 → FunctionLike
  24. def spec[A <: SourceType](left: TransSpec[A], right: TransSpec[A]): TransSpec[A]

    Permalink
    Definition Classes
    Op2F2Op2
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    FunctionLike → AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Op2

Inherited from Op2Like

Inherited from Morphism2

Inherited from Morphism2Like

Inherited from FunctionLike[BinaryOperationType]

Inherited from AnyRef

Inherited from Any

Ungrouped