Skip to main content

Module execution

Module execution 

Source
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§

AnnotatedVariant
An annotated variant with gene/exon information
AnnotationResult
Result of variant annotation with genes/exons
BamExecution
BAM execution result
BedExecution
BED execution result
FastqExecution
FASTQ execution result
VcfExecution
VCF execution result

Enums§

ExecutionResult
Result of executing a plan - holds the reader and metadata

Functions§

execute
Executes a logical plan and returns an iterator over results