Comunica
    Preparing search index...

    A single node within a physical query plan that is held in memory.

    Nodes are created by MemoryPhysicalQueryPlanLogger#logOperation and are the only way to refer to a plan node. Because a node is created per operation execution, and never derived from an object that the engine also uses for something else, two executions can never collide.

    Implements

    Index

    Constructors

    Properties

    actor: string | undefined
    children: MemoryPlanNode[] = []
    logicalOperator: string
    metadata: any
    operation: any
    parent: MemoryPlanNode | undefined
    physicalOperator: string | undefined
    repeated: boolean

    Methods