Count

ldbc.query.builder.Count
See theCount companion object
case class Count[F[_]](_label: String)

Model used to obtain the number of specific columns.

Type parameters

F

The effect type

Value parameters

_label

Column name

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Column[Int]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def alias: Option[String]

Column alias name

Column alias name

Attributes

Definition Classes
Column
override def attributes: Seq[Attribute[Int]]

Extra attribute of column

Extra attribute of column

Attributes

Definition Classes
Column
override def dataType: DataType[Int]

Column type

Column type

Attributes

Definition Classes
Column
override def label: String

Column Field Name

Column Field Name

Attributes

Definition Classes
Column
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Column -> Any

Inherited methods

def !==(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def !==(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): NotEqual[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def %(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Mod[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def *(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def ++(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def --(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def /(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def <(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LessThan[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <<(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LeftShift[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <=(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def <=(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <=(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LessThanOrEqualTo[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <=>(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): NullSafeEqual[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <>(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def <>(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def <>(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): NotEqual[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def ===(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def ===(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def ===(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): MatchCondition[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def >(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def >(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def >(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Over[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def >=(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def >=(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def >=(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): OrMore[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def >>(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): RightShift[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def BETWEEN(start: Extract[Int], end: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Between[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def DIV(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Div[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def IN(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def IN(value: Extract[Int]*)(using parameter: Parameter[F, Extract[Int]]): In[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def IS[A <: "TRUE" | "FALSE" | "UNKNOWN" | "NULL"](value: A): Is[F, A]

Attributes

Inherited from:
ColumnQuery (hidden)
def LIKE(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Like[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def LIKE_ESCAPE(like: Extract[Int], escape: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LikeEscape[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def MOD(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Mod[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def REGEXP(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Regexp[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def ^(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): BitXOR[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def _equals(other: Column[_]): ExpressionSyntax[F]

List of join query methods

List of join query methods

Attributes

Inherited from:
ColumnQuery (hidden)
def _equals(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

List of sub query methods

List of sub query methods

Attributes

Inherited from:
ColumnQuery (hidden)
def _equals(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): MatchCondition[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def as(name: String): Column[T]

Attributes

Inherited from:
Column
def asc: Asc

Attributes

Inherited from:
ColumnQuery (hidden)
def bitFlip(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): BitFlip[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def bitXOR(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): BitXOR[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def combine(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def count: Count[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def deduct(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def desc: Desc

Attributes

Inherited from:
ColumnQuery (hidden)
def leftShift(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LeftShift[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def lessThan(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def lessThan(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def lessThan(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LessThan[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def lessThanOrEqual(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def lessThanOrEqual(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def lessThanOrEqual(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LessThanOrEqualTo[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def mod(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Mod[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def multiply(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def notEqual(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def notEqual(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def notEqual(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): NotEqual[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def nullSafeEqual(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): NullSafeEqual[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def orMore(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def orMore(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def orMore(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): OrMore[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def over(other: Column[_]): ExpressionSyntax[F]

Attributes

Inherited from:
ColumnQuery (hidden)
def over(value: Query[F, ColumnQuery[F, Int] & Column[Int]]): SubQuery[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def over(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Over[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def queryString: String

Define SQL query string for each Column

Define SQL query string for each Column

Attributes

Returns

SQL query string

Inherited from:
Column
def rightShift(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): RightShift[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def smash(other: ColumnQuery[F, Int]): MultiColumn[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)
def ~(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): BitFlip[F, T]

Attributes

Inherited from:
ColumnQuery (hidden)