org.apache.spark.sql
Class SQLContext.implicits$.StringToColumn

Object
  extended by org.apache.spark.sql.SQLContext.implicits$.StringToColumn
Enclosing class:
SQLContext.implicits$

public class SQLContext.implicits$.StringToColumn
extends Object

Converts $"col name" into an Column.

Since:
1.3.0

Constructor Summary
SQLContext.implicits$.StringToColumn(scala.StringContext sc)
           
 
Method Summary
 scala.StringContext sc()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLContext.implicits$.StringToColumn

public SQLContext.implicits$.StringToColumn(scala.StringContext sc)
Method Detail

sc

public scala.StringContext sc()