Data interface for the type of action.

interface IActionRdfJoinSelectivity {
    context: IActionContext;
    entries: IJoinEntry[];
}

Hierarchy (view full)

Properties

Properties

The input context that is passed through by actors.

entries: IJoinEntry[]

The array of streams to join.