Package pyspark :: Module sql :: Class FloatType
[frames] | no frames]

Class FloatType

source code

object --+        
         |        
  DataType --+    
             |    
 PrimitiveType --+
                 |
                FloatType

Spark SQL FloatType

The data type representing single precision floating-point values.

Nested Classes

Inherited from PrimitiveType: __metaclass__

Instance Methods

Inherited from PrimitiveType: __eq__

Inherited from DataType: __hash__, __ne__, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__