final case class Relation(value: SqlRelation[slamdata.Predef.Unit]) extends Provenance with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Relation
- Serializable
- Serializable
- Product
- Equals
- Provenance
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Relation(value: SqlRelation[slamdata.Predef.Unit])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
&(that: Provenance): Provenance
- Definition Classes
- Provenance
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): slamdata.Predef.Boolean
- Definition Classes
- Provenance → AnyRef → Any
- Annotations
- @SuppressWarnings()
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatten: slamdata.Predef.Set[Provenance]
- Definition Classes
- Provenance
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Provenance → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
namedRelations: slamdata.Predef.Map[slamdata.Predef.String, slamdata.Predef.List[NamedRelation[slamdata.Predef.Unit]]]
- Definition Classes
- Provenance
-
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()
-
def
relations: slamdata.Predef.List[SqlRelation[slamdata.Predef.Unit]]
- Definition Classes
- Provenance
- Annotations
- @SuppressWarnings()
-
def
simplify: Provenance
- Definition Classes
- Provenance
- Annotations
- @SuppressWarnings()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val value: SqlRelation[slamdata.Predef.Unit]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
|(that: Provenance): Provenance
- Definition Classes
- Provenance