trait FuserBase[TableMeta, ColumnMeta] extends Fuser[TableMeta, ColumnMeta]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FuserBase
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val ancestry: ClassAncestry
- abstract def apply(v1: Seq[TableStereotype[TableMeta, ColumnMeta]]): TableStereotype[TableMeta, ColumnMeta]
- Definition Classes
- Function1
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen[A](g: (TableStereotype[TableMeta, ColumnMeta]) => A): (Seq[TableStereotype[TableMeta, ColumnMeta]]) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[A](g: (A) => Seq[TableStereotype[TableMeta, ColumnMeta]]): (A) => TableStereotype[TableMeta, ColumnMeta]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fuseColumns(a: Seq[ColumnFusion[ColumnMeta]], b: Seq[ColumnFusion[ColumnMeta]]): Seq[ColumnFusion[ColumnMeta]]
- Attributes
- protected
- def fuseTableVariations(variations: Seq[TableStereotype[TableMeta, ColumnMeta]]): Seq[ColumnFusion[ColumnMeta]]
Take all the variations of a table, find the columns that they have in common and fuse all the columns .
Take all the variations of a table, find the columns that they have in common and fuse all the columns . Return the list of fused columns.
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- def unifyColumns(a: ColumnFusion[ColumnMeta], b: ColumnFusion[ColumnMeta]): ColumnFusion[ColumnMeta]
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()