interface IActorRdfJoinOutputInner {
    physicalPlanMetadata?: any;
    result: IQueryOperationResultBindings;
}

Properties

physicalPlanMetadata?: any

Optional metadata that will be included as metadata within the physical query plan output.

The join result.