agg ( java.util.Map<java.lang.String,java.lang.String> )Return value of this method has type 'DataFrame'.
agg ( Column, Column... )Return value of this method has type 'DataFrame'.
agg ( Column, scala.collection.Seq<Column> )Return value of this method has type 'DataFrame'.
agg ( scala.collection.immutable.Map<java.lang.String,java.lang.String> )Return value of this method has type 'DataFrame'.
agg ( scala.Tuple2<java.lang.String,java.lang.String>, scala.collection.Seq<scala.Tuple2<java.lang.String,java.lang.String>> )Return value of this method has type 'DataFrame'.
apply ( java.lang.String )This method is from 'DataFrame' class.
as ( java.lang.String )Return value of this method has type 'DataFrame'.
as ( scala.Symbol )Return value of this method has type 'DataFrame'.
cache ( )Return value of this method has type 'DataFrame'.
coalesce ( int )Return value of this method has type 'DataFrame'.
col ( java.lang.String )This method is from 'DataFrame' class.
collect ( )This method is from 'DataFrame' class.
collectAsList ( )This method is from 'DataFrame' class.
columns ( )This method is from 'DataFrame' class.
count ( )This method is from 'DataFrame' class.
cube ( java.lang.String, java.lang.String... )This method is from 'DataFrame' class.
cube ( java.lang.String, scala.collection.Seq<java.lang.String> )This method is from 'DataFrame' class.
cube ( Column... )This method is from 'DataFrame' class.
cube ( scala.collection.Seq<Column> )This method is from 'DataFrame' class.
DataFrame ( SQLContext, catalyst.plans.logical.LogicalPlan )This constructor is from 'DataFrame' class.
DataFrame ( SQLContext, SQLContext.QueryExecution )This constructor is from 'DataFrame' class.
describe ( java.lang.String... )Return value of this method has type 'DataFrame'.
describe ( scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
distinct ( )Return value of this method has type 'DataFrame'.
drop ( java.lang.String )Return value of this method has type 'DataFrame'.
dropDuplicates ( )Return value of this method has type 'DataFrame'.
dropDuplicates ( java.lang.String[ ] )Return value of this method has type 'DataFrame'.
dropDuplicates ( scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
dtypes ( )This method is from 'DataFrame' class.
except ( DataFrame )1st parameter 'other' of this method has type 'DataFrame'.
explain ( )This method is from 'DataFrame' class.
explain ( boolean )This method is from 'DataFrame' class.
explode ( java.lang.String, java.lang.String, scala.Function1<A,scala.collection.TraversableOnce<B>>, scala.reflect.api.TypeTags.TypeTag<B> )Return value of this method has type 'DataFrame'.
explode ( scala.collection.Seq<Column>, scala.Function1<Row,scala.collection.TraversableOnce<A>>, scala.reflect.api.TypeTags.TypeTag<A> )Return value of this method has type 'DataFrame'.
filter ( java.lang.String )Return value of this method has type 'DataFrame'.
filter ( Column )Return value of this method has type 'DataFrame'.
first ( )This method is from 'DataFrame' class.
flatMap ( scala.Function1<Row,scala.collection.TraversableOnce<R>>, scala.reflect.ClassTag<R> )This method is from 'DataFrame' class.
foreach ( scala.Function1<Row,scala.runtime.BoxedUnit> )This method is from 'DataFrame' class.
foreachPartition ( scala.Function1<scala.collection.Iterator<Row>,scala.runtime.BoxedUnit> )This method is from 'DataFrame' class.
groupBy ( java.lang.String, java.lang.String... )This method is from 'DataFrame' class.
groupBy ( java.lang.String, scala.collection.Seq<java.lang.String> )This method is from 'DataFrame' class.
groupBy ( Column... )This method is from 'DataFrame' class.
groupBy ( scala.collection.Seq<Column> )This method is from 'DataFrame' class.
head ( )This method is from 'DataFrame' class.
head ( int )This method is from 'DataFrame' class.
intersect ( DataFrame )1st parameter 'other' of this method has type 'DataFrame'.
isLocal ( )This method is from 'DataFrame' class.
javaRDD ( )This method is from 'DataFrame' class.
javaToPython ( )This method is from 'DataFrame' class.
join ( DataFrame )Return value of this method has type 'DataFrame'.
join ( DataFrame, java.lang.String )Return value of this method has type 'DataFrame'.
join ( DataFrame, Column )Return value of this method has type 'DataFrame'.
join ( DataFrame, Column, java.lang.String )Return value of this method has type 'DataFrame'.
limit ( int )Return value of this method has type 'DataFrame'.
logicalPlan ( )This method is from 'DataFrame' class.
map ( scala.Function1<Row,R>, scala.reflect.ClassTag<R> )This method is from 'DataFrame' class.
mapPartitions ( scala.Function1<scala.collection.Iterator<Row>,scala.collection.Iterator<R>>, scala.reflect.ClassTag<R> )This method is from 'DataFrame' class.
na ( )This method is from 'DataFrame' class.
numericColumns ( )This method is from 'DataFrame' class.
orderBy ( java.lang.String, java.lang.String... )Return value of this method has type 'DataFrame'.
orderBy ( java.lang.String, scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
orderBy ( Column... )Return value of this method has type 'DataFrame'.
orderBy ( scala.collection.Seq<Column> )Return value of this method has type 'DataFrame'.
DataFrame..logicalPlanToDataFrame ( catalyst.plans.logical.LogicalPlan )Return value of this method has type 'DataFrame'.
persist ( )Return value of this method has type 'DataFrame'.
persist ( org.apache.spark.storage.StorageLevel )Return value of this method has type 'DataFrame'.
printSchema ( )This method is from 'DataFrame' class.
queryExecution ( )This method is from 'DataFrame' class.
randomSplit ( double[ ] )This method is from 'DataFrame' class.
randomSplit ( double[ ], long )This method is from 'DataFrame' class.
randomSplit ( scala.collection.immutable.List<java.lang.Object>, long )This method is from 'DataFrame' class.
rdd ( )This method is from 'DataFrame' class.
registerTempTable ( java.lang.String )This method is from 'DataFrame' class.
repartition ( int )Return value of this method has type 'DataFrame'.
resolve ( java.lang.String )This method is from 'DataFrame' class.
rollup ( java.lang.String, java.lang.String... )This method is from 'DataFrame' class.
rollup ( java.lang.String, scala.collection.Seq<java.lang.String> )This method is from 'DataFrame' class.
rollup ( Column... )This method is from 'DataFrame' class.
rollup ( scala.collection.Seq<Column> )This method is from 'DataFrame' class.
sample ( boolean, double )Return value of this method has type 'DataFrame'.
sample ( boolean, double, long )Return value of this method has type 'DataFrame'.
schema ( )This method is from 'DataFrame' class.
select ( java.lang.String, java.lang.String... )Return value of this method has type 'DataFrame'.
select ( java.lang.String, scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
select ( Column... )Return value of this method has type 'DataFrame'.
select ( scala.collection.Seq<Column> )Return value of this method has type 'DataFrame'.
selectExpr ( java.lang.String... )Return value of this method has type 'DataFrame'.
selectExpr ( scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
show ( )This method is from 'DataFrame' class.
show ( int )This method is from 'DataFrame' class.
sort ( java.lang.String, java.lang.String... )Return value of this method has type 'DataFrame'.
sort ( java.lang.String, scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
sort ( Column... )Return value of this method has type 'DataFrame'.
sort ( scala.collection.Seq<Column> )Return value of this method has type 'DataFrame'.
sqlContext ( )This method is from 'DataFrame' class.
stat ( )This method is from 'DataFrame' class.
take ( int )This method is from 'DataFrame' class.
toDF ( )Return value of this method has type 'DataFrame'.
toDF ( java.lang.String... )Return value of this method has type 'DataFrame'.
toDF ( scala.collection.Seq<java.lang.String> )Return value of this method has type 'DataFrame'.
toJavaRDD ( )This method is from 'DataFrame' class.
toJSON ( )This method is from 'DataFrame' class.
toString ( )This method is from 'DataFrame' class.
unionAll ( DataFrame )1st parameter 'other' of this method has type 'DataFrame'.
unpersist ( )Return value of this method has type 'DataFrame'.
unpersist ( boolean )Return value of this method has type 'DataFrame'.
where ( Column )Return value of this method has type 'DataFrame'.
withColumn ( java.lang.String, Column )Return value of this method has type 'DataFrame'.
withColumnRenamed ( java.lang.String, java.lang.String )Return value of this method has type 'DataFrame'.
write ( )This method is from 'DataFrame' class.
toDF ( )Return value of this method has type 'DataFrame'.
applySchemaToPythonRDD ( org.apache.spark.rdd.RDD<java.lang.Object[ ]>, java.lang.String )Return value of this method has type 'DataFrame'.
applySchemaToPythonRDD ( org.apache.spark.rdd.RDD<java.lang.Object[ ]>, types.StructType )Return value of this method has type 'DataFrame'.
baseRelationToDataFrame ( sources.BaseRelation )Return value of this method has type 'DataFrame'.
createDataFrame ( org.apache.spark.api.java.JavaRDD<?>, java.lang.Class<?> )Return value of this method has type 'DataFrame'.
createDataFrame ( org.apache.spark.api.java.JavaRDD<Row>, types.StructType )Return value of this method has type 'DataFrame'.
createDataFrame ( org.apache.spark.rdd.RDD<?>, java.lang.Class<?> )Return value of this method has type 'DataFrame'.
createDataFrame ( org.apache.spark.rdd.RDD<A>, scala.reflect.api.TypeTags.TypeTag<A> )Return value of this method has type 'DataFrame'.
createDataFrame ( org.apache.spark.rdd.RDD<Row>, types.StructType )Return value of this method has type 'DataFrame'.
createDataFrame ( org.apache.spark.rdd.RDD<Row>, types.StructType, boolean )Return value of this method has type 'DataFrame'.
createDataFrame ( scala.collection.Seq<A>, scala.reflect.api.TypeTags.TypeTag<A> )Return value of this method has type 'DataFrame'.
createExternalTable ( java.lang.String, java.lang.String )Return value of this method has type 'DataFrame'.
createExternalTable ( java.lang.String, java.lang.String, java.lang.String )Return value of this method has type 'DataFrame'.
createExternalTable ( java.lang.String, java.lang.String, java.util.Map<java.lang.String,java.lang.String> )Return value of this method has type 'DataFrame'.
createExternalTable ( java.lang.String, java.lang.String, types.StructType, java.util.Map<java.lang.String,java.lang.String> )Return value of this method has type 'DataFrame'.
createExternalTable ( java.lang.String, java.lang.String, types.StructType, scala.collection.immutable.Map<java.lang.String,java.lang.String> )Return value of this method has type 'DataFrame'.
createExternalTable ( java.lang.String, java.lang.String, scala.collection.immutable.Map<java.lang.String,java.lang.String> )Return value of this method has type 'DataFrame'.
emptyDataFrame ( )Return value of this method has type 'DataFrame'.
parquetFile ( java.lang.String... )Return value of this method has type 'DataFrame'.
range ( long, long )Return value of this method has type 'DataFrame'.
range ( long, long, long, int )Return value of this method has type 'DataFrame'.
registerDataFrameAsTable ( DataFrame, java.lang.String )1st parameter 'df' of this method has type 'DataFrame'.
sql ( java.lang.String )Return value of this method has type 'DataFrame'.
table ( java.lang.String )Return value of this method has type 'DataFrame'.
tables ( )Return value of this method has type 'DataFrame'.
tables ( java.lang.String )Return value of this method has type 'DataFrame'.