pub type FileDataReadResult = (FileMeta, Box<dyn EngineData>);Expand description
Data read from a Delta table file and the corresponding scan file information.
pub type FileDataReadResult = (FileMeta, Box<dyn EngineData>);Data read from a Delta table file and the corresponding scan file information.