Composite Type Wildcard on last component
问题 I have the following code segment. The composite column has two compoents. Is it possible to retrieve columns if I know only the first component? In some sense, apply some dilcards election on the some of the components of the composite (especially the last component). Thanks. Mutator<String> mutator = HFactory.createMutator(keyspace, stringSerializer); String key="TX:512"; String CF="StateNpaIndexStatic"; HColumnImpl<Composite, String> column = new HColumnImpl<Composite, String>(cs,