org.apache.spark.sql.test
Class LocalSQLContext

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

public class LocalSQLContext
extends SQLContext

A SQLContext that can be used for local testing.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.spark.sql.SQLContext
SQLContext.implicits$
 
Constructor Summary
LocalSQLContext()
           
 
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

LocalSQLContext

public LocalSQLContext()