Uses of Class
org.apache.cassandra.cql3.UntypedResultSet.Row
Packages that use UntypedResultSet.Row
-
Uses of UntypedResultSet.Row in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type UntypedResultSet.RowModifier and TypeMethodDescriptionCIDRGroupsMappingManager.retrieveCidrsFromRow(UntypedResultSet.Row row) -
Uses of UntypedResultSet.Row in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return UntypedResultSet.RowModifier and TypeMethodDescriptionstatic UntypedResultSet.RowUntypedResultSet.Row.fromInternalRow(TableMetadata metadata, DecoratedKey key, Row row) abstract UntypedResultSet.RowUntypedResultSet.one()Methods in org.apache.cassandra.cql3 that return types with arguments of type UntypedResultSet.Row -
Uses of UntypedResultSet.Row in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type UntypedResultSet.RowModifier and TypeMethodDescriptionstatic ColumnMetadataSchemaKeyspace.createColumnFromRow(UntypedResultSet.Row row, Types types, UserFunctions functions)