Package org.apache.cassandra.cql3
Class FieldIdentifier
java.lang.Object
org.apache.cassandra.cql3.FieldIdentifier
Identifies a field in a UDT.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic FieldIdentifierforInternalString(String text) Creates aFieldIdentifierfrom an internal string.static FieldIdentifierCreates aFieldIdentifierfrom a quoted identifier string.static FieldIdentifierforUnquoted(String text) Creates aFieldIdentifierfrom an unquoted identifier string.final inthashCode()toString()
-
Field Details
-
bytes
-
-
Constructor Details
-
FieldIdentifier
-
-
Method Details
-
forUnquoted
Creates aFieldIdentifierfrom an unquoted identifier string. -
forQuoted
Creates aFieldIdentifierfrom a quoted identifier string. -
forInternalString
Creates aFieldIdentifierfrom an internal string. -
toString
-
hashCode
public final int hashCode() -
equals
-