toSingleQueryResult method
Converts this query source immediately into a query result. This is for the case that we're not sending the date query to the nlp engine, but just want to use the resolved date completely.
Implementation
SmartDateQueryResult toSingleQueryResult() {
return FactSmartDateQueryResult.ofQuerySource(this, resolvedDate, resolvedFlexiDate);
}