Unified result builder that creates a single fb4_result class with method-specific
data embedded. Eliminates the complexity of multiple result classes while
maintaining all functionality.
Usage
build_fb4_result_unified(raw_results, execution_plan, elapsed_time)
Arguments
- raw_results
Raw results from strategy execution
- execution_plan
Original execution plan
- elapsed_time
Execution time in seconds
Value
fb4_result object with method-specific data