Interface LongArrayGraphPropertyValues
-
- All Superinterfaces:
GraphPropertyValues,PropertyValues
public interface LongArrayGraphPropertyValues extends GraphPropertyValues
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.stream.Stream<long[]>longArrayValues()default java.util.stream.Stream<long[]>objects()static LongArrayGraphPropertyValuesofLongArrayStream(java.util.stream.Stream<long[]> longArrayStream)default java.util.stream.Stream<org.neo4j.values.storable.Value>values()default org.neo4j.gds.api.nodeproperties.ValueTypevalueType()-
Methods inherited from interface org.neo4j.gds.api.properties.graph.GraphPropertyValues
doubleArrayValues, doubleValues, floatArrayValues, longValues
-
Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues
release, size, unsupportedTypeException
-
-
-
-
Method Detail
-
longArrayValues
java.util.stream.Stream<long[]> longArrayValues()
- Specified by:
longArrayValuesin interfaceGraphPropertyValues
-
objects
default java.util.stream.Stream<long[]> objects()
- Specified by:
objectsin interfaceGraphPropertyValues
-
values
default java.util.stream.Stream<org.neo4j.values.storable.Value> values()
- Specified by:
valuesin interfaceGraphPropertyValues
-
valueType
default org.neo4j.gds.api.nodeproperties.ValueType valueType()
- Specified by:
valueTypein interfacePropertyValues
-
ofLongArrayStream
static LongArrayGraphPropertyValues ofLongArrayStream(java.util.stream.Stream<long[]> longArrayStream)
-
-