pub fn scan_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
fold: F,
seed: HandleId,
opts: OperatorOpts,
) -> OperatorRegistrationExpand description
scan with explicit OperatorOpts.
pub fn scan_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
fold: F,
seed: HandleId,
opts: OperatorOpts,
) -> OperatorRegistrationscan with explicit OperatorOpts.