Package org.apache.cassandra.cql3
Class CQL3Type.UserDefined
java.lang.Object
org.apache.cassandra.cql3.CQL3Type.UserDefined
- 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic CQL3Type.UserDefinedfinal booleanAbstractType<?>getType()final inthashCode()booleanisUDT()toCQLLiteral(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, isCollection, isVector
-
Method Details
-
create
-
isUDT
public boolean isUDT() -
getType
-
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
-