Interface DoubleArrayGraphPropertyValues
-
- All Superinterfaces:
GraphPropertyValues,PropertyValues
public interface DoubleArrayGraphPropertyValues extends GraphPropertyValues
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.stream.Stream<double[]>doubleArrayValues()default @Nullable java.util.stream.Stream<float[]>floatArrayValues()default java.util.stream.Stream<double[]>objects()static DoubleArrayGraphPropertyValuesofDoubleArrayStream(java.util.stream.Stream<double[]> doubleArrayStream)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
doubleValues, longArrayValues, longValues
-
Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues
release, size, unsupportedTypeException
-
-
-
-
Method Detail
-
doubleArrayValues
java.util.stream.Stream<double[]> doubleArrayValues()
- Specified by:
doubleArrayValuesin interfaceGraphPropertyValues
-
objects
default java.util.stream.Stream<double[]> objects()
- Specified by:
objectsin interfaceGraphPropertyValues
-
values
default java.util.stream.Stream<org.neo4j.values.storable.Value> values()
- Specified by:
valuesin interfaceGraphPropertyValues
-
floatArrayValues
@Nullable default @Nullable java.util.stream.Stream<float[]> floatArrayValues()
- Specified by:
floatArrayValuesin interfaceGraphPropertyValues
-
valueType
default org.neo4j.gds.api.nodeproperties.ValueType valueType()
- Specified by:
valueTypein interfacePropertyValues
-
ofDoubleArrayStream
static DoubleArrayGraphPropertyValues ofDoubleArrayStream(java.util.stream.Stream<double[]> doubleArrayStream)
-
-