sparql-view-unfold
    Preparing search index...

    Interface PeeledChain

    An operation split into the maximal EXTEND chain at its top and what is left below it.

    interface PeeledChain {
        binds: ChainBind[];
        core: Operation;
    }
    Index

    Properties

    Properties

    binds: ChainBind[]

    The binds of the chain, in evaluation order: binds[0] is the innermost, closest to core.

    core: Operation

    The first operation that is not an EXTEND: everything the chain stands on.