Interface FloatArrayGraphPropertyValues
-
- All Superinterfaces:
GraphPropertyValues,PropertyValues
public interface FloatArrayGraphPropertyValues extends GraphPropertyValues
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @Nullable java.util.stream.Stream<double[]>doubleArrayValues()java.util.stream.Stream<float[]>floatArrayValues()default java.util.stream.Stream<float[]>objects()static FloatArrayGraphPropertyValuesofFloatArrayStream(java.util.stream.Stream<float[]> floatArrayStream)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
-
floatArrayValues
java.util.stream.Stream<float[]> floatArrayValues()
- Specified by:
floatArrayValuesin interfaceGraphPropertyValues
-
objects
default java.util.stream.Stream<float[]> objects()
- Specified by:
objectsin interfaceGraphPropertyValues
-
values
default java.util.stream.Stream<org.neo4j.values.storable.Value> values()
- Specified by:
valuesin interfaceGraphPropertyValues
-
doubleArrayValues
@Nullable default @Nullable java.util.stream.Stream<double[]> doubleArrayValues()
- Specified by:
doubleArrayValuesin interfaceGraphPropertyValues
-
valueType
default org.neo4j.gds.api.nodeproperties.ValueType valueType()
- Specified by:
valueTypein interfacePropertyValues
-
ofFloatArrayStream
static FloatArrayGraphPropertyValues ofFloatArrayStream(java.util.stream.Stream<float[]> floatArrayStream)
-
-