collapse_sql_lines | Collapse SQL lines into single character |
example_db_connect | Create an example in-memory database |
example_sql_path | Get path to qryflow example SQL scripts |
extract_all_tags | Extract tagged metadata from a SQL chunk |
extract_name | Extract tagged metadata from a SQL chunk |
extract_tag | Extract tagged metadata from a SQL chunk |
extract_type | Extract tagged metadata from a SQL chunk |
is_tag_line | Detect the presence of a properly structured tagline |
ls_qryflow_handlers | List currently registered chunk types |
ls_qryflow_parsers | List currently registered chunk types |
ls_qryflow_types | List currently registered chunk types |
new_qryflow_chunk | Create an instance of the 'qryflow_chunk' class |
qryflow | Run a multi-step SQL workflow and return query results |
qryflow_default_type | Access the default qryflow chunk type |
qryflow_execute | Execute a parsed qryflow SQL workflow |
qryflow_handler_exists | Check existence of a given handler in the registry |
qryflow_parse | Parse a SQL workflow into tagged chunks |
qryflow_parser_exists | Check existence of a given parser in the registry |
qryflow_results | Extract results from a 'qryflow_workflow' object |
qryflow_run | Parse and execute a tagged SQL workflow |
read_sql_lines | Standardizes lines read from string, character vector, or file |
register_qryflow_handler | Register custom chunk types |
register_qryflow_parser | Register custom chunk types |
register_qryflow_type | Register custom chunk types |
subset_tags | Extract tagged metadata from a SQL chunk |
validate_qryflow_handler | Ensure correct handler structure |
validate_qryflow_parser | Ensure correct parser structure |