pub async fn find_files<'a>(
snapshot: &DeltaTableState,
log_store: LogStoreRef,
state: &SessionState,
predicate: Option<Expr>,
) -> DeltaResult<FindFiles>
Expand description
Finds files in a snapshot that match the provided predicate.