Execute queries from a storm database

Method __init__ Undocumented
Method search Build and execute a query for the search states
Method set_table Sets the Storm table/object for this executer @param table: a Storm table class
Method _construct_state_query Undocumented
Method _parse_number_state Undocumented
Method _parse_string_state Undocumented
Method _parse_date_state Undocumented
Method _parse_date_interval_state Undocumented

Inherited from QueryExecuter:

Class Variable default_search_limit The default search limit.
Method set_filter_columns Undocumented
Method set_limit Set the maximum number of result items to return in a search query. @param limit:
Method get_limit Undocumented
def __init__(self, store=None):
Undocumented
def search(self, states):

Build and execute a query for the search states

def set_table(self, table):

Sets the Storm table/object for this executer

Parameterstablea Storm table class
def _construct_state_query(self, table, state, columns):
Undocumented
def _parse_number_state(self, state, table_field):
Undocumented
def _parse_string_state(self, state, table_field):
Undocumented
def _parse_date_state(self, state, table_field):
Undocumented
def _parse_date_interval_state(self, state, table_field):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2022-01-28 06:05:37.