Package org.apache.cassandra.cql3
Class UntypedResultSet.Row
java.lang.Object
org.apache.cassandra.cql3.UntypedResultSet.Row
- Enclosing class:
- UntypedResultSet
-
Constructor Summary
ConstructorsConstructorDescriptionRow(List<ColumnSpecification> names, List<ByteBuffer> columns) Row(Map<String, ByteBuffer> data) -
Method Summary
Modifier and TypeMethodDescriptionstatic UntypedResultSet.RowfromInternalRow(TableMetadata metadata, DecoratedKey key, Row row) booleangetBoolean(String column) bytebyte[]getByteArray(String column) double<T> List<T>getFrozenList(String column, AbstractType<T> type) <K,V> Map<K, V> getFrozenMap(String column, AbstractType<K> keyType, AbstractType<V> valueType) <T> Set<T>getFrozenSet(String column, AbstractType<T> type) getFrozenTextMap(String column) getInetAddress(String column) intint<T> List<T>getList(String column, AbstractType<T> type) longlong<K,V> Map<K, V> getMap(String column, AbstractType<K> keyType, AbstractType<V> valueType) <T> Set<T>getSet(String column, AbstractType<T> type) shortgetTimestamp(String column) getTimeUUID(String column) <T> List<T>getVector(String column, AbstractType<T> elementType, int dimension) booleantoString()
-
Constructor Details
-
Row
-
Row
-
-
Method Details
-
fromInternalRow
public static UntypedResultSet.Row fromInternalRow(TableMetadata metadata, DecoratedKey key, Row row) -
has
-
getBlob
-
getString
-
getBoolean
-
getByte
-
getShort
-
getInt
-
getInt
-
getDouble
-
getBytes
-
getByteArray
-
getInetAddress
-
getUUID
-
getUUID
-
getTimeUUID
-
getTimestamp
-
getDate
-
getLong
-
getLong
-
getSet
-
getList
-
getMap
-
getFrozenSet
-
getFrozenList
-
getFrozenMap
public <K,V> Map<K,V> getFrozenMap(String column, AbstractType<K> keyType, AbstractType<V> valueType) -
getFrozenTextMap
-
getVector
-
getColumns
-
toString
-