Docs.rs
  • arrow-graph-0.2.1
    • arrow-graph 0.2.1
    • Docs.rs crate page
    • Apache-2.0
    • 24 June 2025
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mikeyasaservice
    • Dependencies
      • anyhow ^1.0 normal
      • arrow ^55.1.0 normal
      • arrow-array ^55.1.0 normal
      • arrow-schema ^55.1.0 normal
      • clap ^4.0 normal
      • datafusion ^48.0.0 normal
      • datafusion-common ^48.0.0 normal
      • datafusion-execution ^48.0.0 normal
      • datafusion-expr ^48.0.0 normal
      • datafusion-physical-expr ^48.0.0 normal
      • env_logger ^0.11 normal
      • hashbrown ^0.15.4 normal
      • indexmap ^2.0 normal
      • log ^0.4 normal
      • num-traits ^0.2 normal
      • petgraph ^0.8.2 normal
      • pyo3 ^0.25.1 normal optional
      • rayon ^1.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.0 normal
      • criterion ^0.6.0 dev
      • pretty_assertions ^1.4 dev
      • tempfile ^3.0 dev
    • Versions
    • 13.54% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

arrow_graph0.2.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • algorithms::aggregation::ClusteringCoefficient
  • algorithms::aggregation::GraphDensity
  • algorithms::aggregation::TriangleCount
  • algorithms::centrality::BetweennessCentrality
  • algorithms::centrality::PageRank
  • algorithms::community::LeidenCommunityDetection
  • algorithms::community::LouvainCommunityDetection
  • algorithms::components::StronglyConnectedComponents
  • algorithms::components::WeaklyConnectedComponents
  • algorithms::pathfinding::AllPaths
  • algorithms::pathfinding::ShortestPath
  • algorithms::traits::AlgorithmParams
  • graph::arrow_graph::ArrowGraph
  • graph::indexes::GraphIndexes
  • sql::extension::GraphSqlExtension

Enums

  • error::GraphError

Traits

  • algorithms::traits::GraphAlgorithm

Functions

  • sql::functions::all_paths_udf
  • sql::functions::betweenness_centrality_udf
  • sql::functions::clustering_coefficient_udf
  • sql::functions::community_detection_udf
  • sql::functions::graph_density_udf
  • sql::functions::pagerank_udf
  • sql::functions::shortest_path_udf

Type Aliases

  • error::Result