Expand description
Execution engine that converts logical plans into filtered readers
This module executes optimized LogicalPlans by creating readers and applying compiled filters. It handles the translation from lazy plans to eager execution.
Structs§
- Annotated
Variant - An annotated variant with gene/exon information
- Annotation
Result - Result of variant annotation with genes/exons
- BamExecution
- BAM execution result
- BedExecution
- BED execution result
- Fastq
Execution - FASTQ execution result
- VcfExecution
- VCF execution result
Enums§
- Execution
Result - Result of executing a plan - holds the reader and metadata
Functions§
- execute
- Executes a logical plan and returns an iterator over results