Type alias EdgeIndex

EdgeIndex: IndexDescriptionType<"edge", ["_from", "_to"], {
    selectivityEstimate: number;
}>

An object representing an edge index.

Type declaration

  • selectivityEstimate: number