p

org

graphframes

package graphframes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package convolutions
  2. package embeddings
  3. package examples
  4. package lib
  5. package propertygraph
  6. package rw

Type Members

  1. class GraphFrame extends Logging with Serializable

    A representation of a graph using DataFrames.

  2. class GraphFramesSparkVersionException extends Exception

    Exception thrown when a Spark version requirement is not met.

  3. class GraphFramesUnreachableException extends Exception

    Exception that should not be reachable

  4. class GraphFramesUnsupportedVertexTypeException extends Exception
  5. class GraphFramesW2VException extends Exception
  6. class InvalidGraphException extends Exception

    Exception thrown when the graph is invalid, e.g.

    Exception thrown when the graph is invalid, e.g. duplicate vertices, inconsistency between vertex set and edges src / dst, etc.

  7. class InvalidParseException extends Exception

    Exception thrown when a pattern String for motif finding cannot be parsed.

  8. class InvalidPatternException extends Exception

    Exception thrown when a parsed pattern for motif finding cannot be translated into a DataFrame query.

  9. class InvalidPropertyGroupException extends Exception

    Exception thrown when an invalid property group is encountered.

    Exception thrown when an invalid property group is encountered.

    This exception typically indicates that an operation or configuration is using a property group that is not supported, invalid, or improperly defined.

  10. class NoSuchVertexException extends Exception

    Thrown when a GraphFrame algorithm is given a vertex ID which does not exist in the graph.

Value Members

  1. object GraphFrame extends Serializable with Logging

Ungrouped