OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
TableSelector Class Reference

Public Member Functions

def __init__
def EvaluateRow

Data Fields

 col_types
 col_names
 query
 valid_operators
 split_expression
 parsed_expression
 rpn_expression
 tab_indices
 exp_indices

Detailed Description

Definition at line 4 of file table_selector.py.


Constructor & Destructor Documentation

def __init__ (   self,
  col_types,
  col_names,
  query 
)

Definition at line 6 of file table_selector.py.


Member Function Documentation

def EvaluateRow (   self,
  row 
)

Definition at line 51 of file table_selector.py.


Field Documentation

col_names

Definition at line 9 of file table_selector.py.

col_types

Definition at line 8 of file table_selector.py.

exp_indices

Definition at line 43 of file table_selector.py.

parsed_expression

Definition at line 39 of file table_selector.py.

query

Definition at line 10 of file table_selector.py.

rpn_expression

Definition at line 40 of file table_selector.py.

split_expression

Definition at line 38 of file table_selector.py.

tab_indices

Definition at line 42 of file table_selector.py.

valid_operators

Definition at line 12 of file table_selector.py.


The documentation for this class was generated from the following file: