Comunica
    Preparing search index...

    Interface IJoinEntry

    A joinable entry.

    interface IJoinEntry {
        operation: Operation;
        operationModified?: true;
        output: IQueryOperationResultBindings;
    }
    Index

    Properties

    operation: Operation

    The original query operation from which the bindings stream was produced.

    operationModified?: true

    If the operation is not the original operation, but is only created to simulate the output stream. If this field is set, this usually means that the output should be directly used, while using the operation would lead to sub-optimal performance. This is for example set in bind-join-like actors.

    A (lazy) resolved bindings stream, from which metadata may be obtained.