Class ResultStoreRelationshipStreamExporter
java.lang.Object
org.neo4j.gds.core.write.resultstore.ResultStoreRelationshipStreamExporter
- All Implemented Interfaces:
RelationshipStreamExporter
public class ResultStoreRelationshipStreamExporter
extends Object
implements RelationshipStreamExporter
-
Method Summary
-
Method Details
-
write
public long write(String relationshipType, List<String> propertyKeys, List<org.neo4j.gds.api.nodeproperties.ValueType> propertyTypes) - Specified by:
writein interfaceRelationshipStreamExporterpropertyKeys- - keys of the properties to writepropertyTypes- - types of the properties, corresponding to the keys
-