FileDataReadResult

Type Alias FileDataReadResult 

Source
pub type FileDataReadResult = (FileMeta, Box<dyn EngineData>);
Expand description

Data read from a Delta table file and the corresponding scan file information.