Package org.apache.cassandra.cql3
Class CQL3Type.Collection
java.lang.Object
org.apache.cassandra.cql3.CQL3Type.Collection
- All Implemented Interfaces:
CQL3Type
- Enclosing interface:
- CQL3Type
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.CQL3Type
CQL3Type.Collection, CQL3Type.Custom, CQL3Type.Native, CQL3Type.Raw, CQL3Type.Tuple, CQL3Type.UserDefined, CQL3Type.Vector -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetType()final inthashCode()booleantoCQLLiteral(ByteBuffer buffer) Generates CQL literal from a binary value of this type.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cassandra.cql3.CQL3Type
fromCQLLiteral, fromCQLLiteral, isUDT, isVector
-
Constructor Details
-
Collection
-
-
Method Details
-
getType
-
isCollection
public boolean isCollection()- Specified by:
isCollectionin interfaceCQL3Type
-
toCQLLiteral
Description copied from interface:CQL3TypeGenerates CQL literal from a binary value of this type.- Specified by:
toCQLLiteralin interfaceCQL3Type- Parameters:
buffer- the value to convert to a CQL literal. This value must be serialized withversionof the native protocol.
-
equals
-
hashCode
public final int hashCode() -
toString
-