Packages

trait Clause extends AnyRef

Represents an abstract clause for a metadata Query on a file. a few handy definitions: Representation: for a Clause c and a (boolean) expression e, we say that c Represents e, if the following holds: for every file f, if there exists a row in f that meets e, than f meets c.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Clause
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All