Coverage for mindsdb / api / executor / sql_query / steps / __init__.py: 100%

14 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-21 00:36 +0000

1from .apply_predictor_step import ApplyPredictorStepCall, ApplyPredictorRowStepCall, ApplyTimeseriesPredictorStepCall 

2from .delete_step import DeleteStepCall 

3from .fetch_dataframe import FetchDataframeStepCall 

4from .fetch_dataframe_partition import FetchDataframePartitionCall 

5from .insert_step import InsertToTableCall, SaveToTableCall, CreateTableCall 

6from .join_step import JoinStepCall 

7from .map_reduce_step import MapReduceStepCall 

8from .multiple_step import MultipleStepsCall 

9from .prepare_steps import GetPredictorColumnsCall, GetTableColumnsCall 

10from .project_step import ProjectStepCall 

11from .sql_steps import LimitOffsetStepCall, DataStepCall 

12from .subselect_step import SubSelectStepCall, QueryStepCall 

13from .union_step import UnionStepCall 

14from .update_step import UpdateToTableCall