Interface DoubleArrayNodePropertyValues

    • 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
      • dimension

        default java.util.Optional<java.lang.Integer> dimension()
        Description copied from interface: NodePropertyValues
        The dimension of the properties. For scalar values, this is 1. For arrays, this is the length of the array stored for the 0th node id. If that array is null, this method returns Optional.empty().
        Specified by:
        dimension in interface NodePropertyValues
        Returns:
        the dimension of the properties stored, or empty if the dimension cannot easily be retrieved.