Uses of Class
org.apache.cassandra.cql3.ParsedType.Collection

Packages that use ParsedType.Collection
org.apache.cassandra.cql3   
 

Uses of ParsedType.Collection in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 that return ParsedType.Collection
static ParsedType.Collection ParsedType.Collection.list(ParsedType t)
           
static ParsedType.Collection ParsedType.Collection.map(ParsedType t1, ParsedType t2)
           
static ParsedType.Collection ParsedType.Collection.set(ParsedType t)
           
 



Copyright © 2012 The Apache Software Foundation