Excellent, why am I the first person to ask that, and why didn’t a PMC member point that out right away and why did it take me asking to point to the Apache docs.
This is what I am talking about in terms of the Apache community.. On 6/6/16, 4:47 PM, "Michael Kjellman" <mkjell...@internalcircle.com> wrote: >http://cassandra.apache.org/doc/cql3/CQL.html > >On Jun 6, 2016, at 4:42 PM, Mattmann, Chris A (3980) ><chris.a.mattm...@jpl.nasa.gov<mailto:chris.a.mattm...@jpl.nasa.gov>> wrote: > >Hi, > >So, the core documentation for a key part of Cassandra is hosted >at DataStax? > >Cheers, >Chris > >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >Chris Mattmann, Ph.D. >Chief Architect >Instrument Software and Science Data Systems Section (398) >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >Office: 168-519, Mailstop: 168-527 >Email: chris.a.mattm...@nasa.gov<mailto:chris.a.mattm...@nasa.gov> >WWW: http://sunset.usc.edu/~mattmann/ >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >Director, Information Retrieval and Data Science Group (IRDS) >Adjunct Associate Professor, Computer Science Department >University of Southern California, Los Angeles, CA 90089 USA >WWW: http://irds.usc.edu/ >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > >On 6/6/16, 7:32 AM, "Mahdi Mohammadi" ><mah...@gmail.com<mailto:mah...@gmail.com>> wrote: > >Team, > >I was checking the documentation for TupleType in DataStax docs here ><https://docs.datastax.com/en/latest-java-driver/java-driver/reference/tupleTypes.html> >and >the code example was like this: > >TupleType theType = TupleType.of(DataType.cint(), DataType.text(), >DataType.cfloat()); > > >But in the code, the *TupleType.of* has two additional parameters not >mentioned in the documentation: > > >*public static TupleType of(ProtocolVersion protocolVersion, CodecRegistry >codecRegistry, DataType... types)* > >Maybe I am looking in the wrong place. Could someone please explain how can >I instantiate a *TupleType*? > >I have the same question for *Map* type. > >Thanks for your help. > >=== >Best Regards >