deltalake_core::delta_datafusion

Function find_files

Source
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.