fn answer_from_aggregated_files(
answer_kind: AnswerKind,
data_json: Option<Value>,
files: Value,
file_store: &dyn FileStore,
app_conf: &ApplicationConfiguration,
) -> ModelResult<Option<AnswerData>>Expand description
Builds the answer union from files the query aggregated itself, for streamed reads that cannot batch their rows.