Package openGql.grammar
Class GeneralSetFunctionType.CollectList
- java.lang.Object
-
- openGql.grammar.GeneralSetFunctionType
-
- openGql.grammar.GeneralSetFunctionType.CollectList
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GeneralSetFunctionType>
- Enclosing class:
- GeneralSetFunctionType
public static final class GeneralSetFunctionType.CollectList extends GeneralSetFunctionType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.GeneralSetFunctionType
GeneralSetFunctionType.Avg, GeneralSetFunctionType.CollectList, GeneralSetFunctionType.Count, GeneralSetFunctionType.Max, GeneralSetFunctionType.Min, GeneralSetFunctionType.PartialVisitor<R>, GeneralSetFunctionType.StddevPop, GeneralSetFunctionType.StddevSamp, GeneralSetFunctionType.Sum, GeneralSetFunctionType.Visitor<R>
-
-
Field Summary
-
Fields inherited from class openGql.grammar.GeneralSetFunctionType
AVG, COLLECT_LIST, COUNT, MAX, MIN, STDDEV_POP, STDDEV_SAMP, SUM, TYPE_
-
-
Constructor Summary
Constructors Constructor Description CollectList()Constructs an immutableGeneralSetFunctionType.CollectList.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(GeneralSetFunctionType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(GeneralSetFunctionType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
CollectList
public CollectList()
Constructs an immutableGeneralSetFunctionType.CollectList.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(GeneralSetFunctionType other)
- Specified by:
compareToin interfacejava.lang.Comparable<GeneralSetFunctionType>
-
accept
public <R> R accept(GeneralSetFunctionType.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classGeneralSetFunctionType
-
-