Like

edu.gemini.grackle.sql.Like
See theLike companion object
case class Like(x: Term[String] | Term[Option[String]], pattern: String, caseInsensitive: Boolean) extends Predicate

Attributes

Companion:
object
Source:
Like.scala
Graph
Supertypes
trait Predicate
trait Term[Boolean]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Like.scala
def children: List[Term[_]]

Attributes

Source:
Like.scala

Inherited methods

def exists(f: Term[_] => Boolean): Boolean

Attributes

Inherited from:
Term
Source:
predicate.scala
def fold[Acc](acc: Acc)(f: (Acc, Term[_]) => Acc): Acc

Attributes

Inherited from:
Term
Source:
predicate.scala
def forall(f: Term[_] => Boolean): Boolean

Attributes

Inherited from:
Term
Source:
predicate.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val r: Regex

Attributes

Source:
Like.scala