| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
      dict --+
             |
            Row
A row in SchemaRDD.
An extended dict that takes a dict in its constructor, and exposes those items as 
  fields.
>>> r = Row({"hello" : "world", "foo" : "bar"}) >>> r.hello 'world' >>> r.foo 'bar'
| Instance Methods | |||
| new empty dictionary | 
 | ||
| Inherited from  Inherited from  | |||
| Class Variables | |
| Inherited from  | 
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Fri Jul 25 21:13:27 2014 | http://epydoc.sourceforge.net |