org.apache.spark.sql.types
Class BooleanType

Object
  extended by org.apache.spark.sql.types.DataType
      extended by org.apache.spark.sql.types.BooleanType

public class BooleanType
extends DataType

:: DeveloperApi :: The data type representing Boolean values. Please use the singleton DataTypes.BooleanType.


Method Summary
 scala.reflect.ClassTag<Object> classTag()
           
 int defaultSize()
          The default size of a value of the BooleanType is 1 byte.
 scala.math.Ordering<Object> ordering()
           
 scala.reflect.api.TypeTags.TypeTag<Object> tag()
           
 
Methods inherited from class org.apache.spark.sql.types.DataType
fromCaseClassString, fromJson, json, prettyJson, simpleString, typeName
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

tag

public scala.reflect.api.TypeTags.TypeTag<Object> tag()

ordering

public scala.math.Ordering<Object> ordering()

defaultSize

public int defaultSize()
The default size of a value of the BooleanType is 1 byte.

Specified by:
defaultSize in class DataType
Returns:
(undocumented)

classTag

public scala.reflect.ClassTag<Object> classTag()