OpenStructure
Data Structures | Namespaces | Functions
table.py File Reference

Go to the source code of this file.

Data Structures

class  BinaryColExpr
 
class  TableCol
 
class  TableRow
 
class  Table
 

Namespaces

 ost.table
 

Functions

def MakeTitle (col_name)
 
def IsStringLike (value)
 
def IsNullString (value)
 
def IsScalar (value)
 
def GuessColumnType (iterator)
 
def Merge (table1, table2, by, only_matching=False)