OpenStructure
|
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 | |
Definition at line 4 of file table_selector.py.
def __init__ | ( | self, | |
col_types, | |||
col_names, | |||
query | |||
) |
Definition at line 6 of file table_selector.py.
def EvaluateRow | ( | self, | |
row | |||
) |
Definition at line 51 of file table_selector.py.
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.