Interface NodeImporter.PropertyReader

  • Enclosing class:
    NodeImporter

    public static interface NodeImporter.PropertyReader
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int readProperty​(long nodeReference, long[] labelIds, org.neo4j.gds.compat.PropertyReference propertiesReference, long internalId)  
    • Method Detail

      • readProperty

        int readProperty​(long nodeReference,
                         long[] labelIds,
                         org.neo4j.gds.compat.PropertyReference propertiesReference,
                         long internalId)