the api only says this :
public JavaSchemaRDD sql(String sqlQuery)Executes a query expressed in SQL, returning the result as a JavaSchemaRDD but what kind of sqlQuery we can execute, is there any more documentation? Xiaobo Gu ------------------ Original ------------------ From: "Gianluca Privitera";<[email protected]>; Date: Jun 26, 2014 To: "[email protected]"<[email protected]>; Subject: Re: Where Can I find the full documentation for Spark SQL? You can find something in the API, nothing more than that I think for now. Gianluca On 25 Jun 2014, at 23:36, guxiaobo1982 <[email protected]> wrote: > Hi, > > I want to know the full list of functions, syntax, features that Spark SQL > supports, is there some documentations. > > > Regards, > > Xiaobo Gu .
