Module pregel_rs::graph_frame

source ·
Expand description

This crate provides a graph data structure and a graph frame data structure.

Structs

  • The GraphFrame type is a struct containing two DataFrame fields, vertices and edges.

Enums

  • GraphFrameError is an enum that represents the different types of errors that can occur when working with a GraphFrame. It has three variants: DuckDbError, FromPolars and MissingColumn.
  • MissingColumnError is an enum that represents errors that occur when a required column is missing from a DataFrame. The Debug trait allows for easy debugging of the enum by printing its values in a formatted way.