org.apache.spark.sql.test
Class TestSQLContext

Object
  extended by org.apache.spark.sql.SQLContext
      extended by org.apache.spark.sql.test.LocalSQLContext
          extended by org.apache.spark.sql.test.TestSQLContext
All Implemented Interfaces:
java.io.Serializable, Logging

public class TestSQLContext
extends LocalSQLContext

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.spark.sql.SQLContext
SQLContext.implicits$
 
Constructor Summary
TestSQLContext()
           
 
Method Summary
 
Methods inherited from class org.apache.spark.sql.SQLContext
applySchema, applySchema, applySchema, applySchema, baseRelationToDataFrame, cacheTable, clearCache, createDataFrame, createDataFrame, createDataFrame, createDataFrame, createDataFrame, createDataFrame, createExternalTable, createExternalTable, createExternalTable, createExternalTable, createExternalTable, createExternalTable, dropTempTable, emptyDataFrame, experimental, getAllConfs, getConf, getConf, getOrCreate, implicits, isCached, jdbc, jdbc, jdbc, jsonFile, jsonFile, jsonFile, jsonRDD, jsonRDD, jsonRDD, jsonRDD, jsonRDD, jsonRDD, load, load, load, load, load, load, parquetFile, parquetFile, range, range, range, read, setConf, setConf, sparkContext, sql, table, tableNames, tableNames, tables, tables, udf, uncacheTable
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.spark.Logging
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
 

Constructor Detail

TestSQLContext

public TestSQLContext()