Interface LongNodePropertyValues

    • Method Detail

      • value

        default org.neo4j.values.storable.Value value​(long nodeId)
        Specified by:
        value in interface NodePropertyValues
      • valueType

        default org.neo4j.gds.api.nodeproperties.ValueType valueType()
        Specified by:
        valueType in interface PropertyValues
      • getMaxLongPropertyValue

        default java.util.OptionalLong getMaxLongPropertyValue()
        Specified by:
        getMaxLongPropertyValue in interface NodePropertyValues
        Returns:
        the maximum long value contained in the mapping or an empty OptionalLong if the mapping is empty or the feature is not supported.