Class GraphFrameToIterableRow

  • All Implemented Interfaces:
    Function<org.graphframes.GraphFrame,​Iterable<? extends org.apache.spark.sql.Row>>

    public class GraphFrameToIterableRow
    extends Object
    implements Function<org.graphframes.GraphFrame,​Iterable<? extends org.apache.spark.sql.Row>>
    A Function to convert a GraphFrame into an Iterable of Rows.
    • Constructor Detail

      • GraphFrameToIterableRow

        public GraphFrameToIterableRow()
    • Method Detail

      • apply

        public Iterable<org.apache.spark.sql.Row> apply​(org.graphframes.GraphFrame graphFrame)
        Specified by:
        apply in interface Function<org.graphframes.GraphFrame,​Iterable<? extends org.apache.spark.sql.Row>>