Interface PropertyValues

    • Method Detail

      • valueType

        org.neo4j.gds.api.nodeproperties.ValueType valueType()
      • release

        default long release()
        Release internal data structures and return an estimate how many bytes were freed. Note that the mapping is not usable afterwards.
      • size

        long size()
        Returns:
        the number of values stored.
      • unsupportedTypeException

        default java.lang.UnsupportedOperationException unsupportedTypeException​(org.neo4j.gds.api.nodeproperties.ValueType expectedType)