Count

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

Model used to obtain the number of specific columns.

Value parameters

_label

Column name

Attributes

Companion
object
Source
Count.scala
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
Source
Count.scala
override def attributes: Seq[Attribute[Int]]

Extra attribute of column

Extra attribute of column

Attributes

Definition Classes
Source
Count.scala
override def dataType: DataType[Int]

Column type

Column type

Attributes

Definition Classes
Source
Count.scala
override def label: String

Column Field Name

Column Field Name

Attributes

Definition Classes
Source
Count.scala
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
Source
Count.scala

Inherited methods

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def !==(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): NotEqual[Int]

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def *(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def ++(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def --(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def /(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): LessThan[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <<(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): LeftShift[Int]

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <=(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <=(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): LessThanOrEqualTo[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <=>(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): NullSafeEqual[Int]

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <>(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def <>(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): NotEqual[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def ===(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def ===(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def ===(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): MatchCondition[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def >(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def >(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def >(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): Over[Int]

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def >=(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def >=(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): OrMore[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def >>(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): RightShift[Int]

Attributes

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

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def IN(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def IN(value: Extract[Int]*)(using parameter: Parameter[Extract[Int]]): In[Int]

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def LIKE(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): Like[Int]

Attributes

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

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def REGEXP(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): Regexp[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def ^(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): BitXOR[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def _equals(other: Column[_]): ExpressionSyntax

List of join query methods

List of join query methods

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def _equals(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

List of sub query methods

List of sub query methods

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def _equals(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): MatchCondition[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def as(name: String): Column[Int]

Attributes

Inherited from:
Column
Source
Column.scala
def asc: Asc

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def bitFlip(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): BitFlip[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def bitXOR(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): BitXOR[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def combine(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def count: Count

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def deduct(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def desc: Desc

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def leftShift(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): LeftShift[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def lessThan(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def lessThan(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def lessThan(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): LessThan[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def lessThanOrEqual(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def lessThanOrEqual(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def lessThanOrEqual(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): LessThanOrEqualTo[Int]

Attributes

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

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def multiply(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def notEqual(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def notEqual(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def notEqual(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): NotEqual[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def nullSafeEqual(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): NullSafeEqual[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def orMore(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def orMore(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def orMore(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): OrMore[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def over(other: Column[_]): ExpressionSyntax

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def over(value: Query[ColumnQuery[Int] & Column[Int]]): SubQuery[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def over(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): Over[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Define SQL query string for each Column

Define SQL query string for each Column

Attributes

Returns

SQL query string

Inherited from:
Column
Source
Column.scala
def rightShift(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): RightShift[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def smash(other: ColumnQuery[Int]): MultiColumn[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala
def ~(value: Extract[Int])(using parameter: Parameter[Extract[Int]]): BitFlip[Int]

Attributes

Inherited from:
ColumnQuery (hidden)
Source
ColumnQuery.scala