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

Class ShortType

source code

object --+        
         |        
  DataType --+    
             |    
 PrimitiveType --+
                 |
                ShortType

Spark SQL ShortType

The data type representing int values with 2 signed bytes.

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__