p

org

graphframes

package graphframes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class GraphFrame extends Logging with Serializable

    A representation of a graph using DataFrames.

  2. class GraphFramesUnreachableException extends Exception

    Exception that should not be reachable

  3. class InvalidParseException extends Exception

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

  4. class InvalidPatternException extends Exception

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

  5. 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.

  6. 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