generators: { all: ( data: PipelineOutput< Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>, > & { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, ) => FlowrSearchElements<ParentInformation>; criterion: ( data: PipelineOutput< Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>, > & { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, args: { criterion: SlicingCriteria }, ) => FlowrSearchElements<ParentInformation>; from: ( data: PipelineOutput< Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>, > & { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, args: { from: | FlowrSearchElement<ParentInformation> | FlowrSearchElement<ParentInformation>[]; }, ) => FlowrSearchElements<ParentInformation>; "from-query": ( data: PipelineOutput< Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>, > & { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, args: { from: readonly Query[] }, ) => FlowrSearchElements< ParentInformation, FlowrSearchElementFromQuery<ParentInformation>[], >; get: ( data: PipelineOutput< Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>, > & { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, __namedParameters: { filter: FlowrSearchGetFilter }, ) => FlowrSearchElements<ParentInformation>;} = ...
All supported generators!