Skip to main content
Ctrl+K
Graphistry, Inc. Graphistry, Inc.

PyGraphistry documentation

  • 10 Minutes to PyGraphistry
  • Install
    • Installation Guide - Quick Start
    • Installation Guide - Extended
    • Using a Server with PyGraphistry
  • Login and Share
    • API authentication to Graphistry servers
    • Sharing and Access Control
  • Visualize
    • 10 Minutes to Graphistry Visualization
    • UI Guide
    • Quick Guide to PyGraphistry layouts
    • PyGraphistry Layout Catalog
    • Layout Settings & Visualization Embedding
  • GFQL: The Dataframe-Native Graph Query Language
    • 10 Minutes to GFQL
    • Overview of GFQL
    • GFQL Remote Mode
    • GFQL CPU & GPU Acceleration
    • Translate Between SQL, Pandas, Cypher, and GFQL
    • Combine GFQL with PyGraphistry Loaders, ML, AI, & Visualization
    • GFQL Quick Reference
    • GFQL Operator Reference
    • Working with Dates and Times
    • Temporal Predicates Wire Protocol Reference
  • Plugins
  • CPU & GPU Acceleration
  • Notebook Tutorials
    • Getting Started
      • For analysts
      • For developers
      • CSV upload miniapp
      • Visually analyze any table as a graph: Our 3 favorite shapings
    • Visualization
      • Colors
      • Sizes
      • Icons
      • Badges
      • Edge weights
      • Ring - categorical
      • Ring - continuous
      • Ring - time
      • Group in a box
      • Modularity weighted
      • Tree
      • External - networkx
      • External - manual
      • Sharing Tutorial: Securely Collaborating in Graphistry
    • GFQL Graph queries
      • Intro to graph queries with hop and chain
      • DateTime Filtering Examples
      • GPU Benchmarking
      • GFQL Remote mode
      • Python Remote mode
    • GPU
      • GPU I: CPU Pandas
      • GPU II: cuDF
      • GPU IV: cuML UMAP
      • GPU V: cuGraph
      • How much GPU RAM do you need and how much data fits into a GPU task?
    • AI
      • Story
      • RGCN
      • RGCN+UMAP
      • Link prediction with DGL (cyber)
    • Plugins - Data Providers
      • AlienVault: OTX indicators
      • AlienVault: Locker Goga
      • AlientVault: USM
      • Amazon Neptune I
      • Amazon Neptune II
      • Arango
      • Databricks
      • Memgraph
      • NodeXL
      • Splunk
      • Titan
      • Neo4j - Official
      • Neo4j - Contributed
      • Google Spanner - Finance Graph
      • SQL - Postgres
      • Tigergraph: Bindings
      • Tigergraph: Fraud
      • Tigergraph: Social
    • Plugins - Compute & Layout
      • graphviz
      • HyperNetX
      • NetworkX
  • Cheatsheets
  • Python API Reference
    • GraphistryClient
    • Plotter API Reference
    • GFQL API Reference
      • AST Objects
      • GFQL Chain Matcher
      • GFQL Edge Matchers
      • GFQL Hop Matcher
      • GFQL Node Matchers
      • GFQL Attribute Matchers
    • Compute API Reference
    • Hypergraphs
    • AI
    • Utilities
      • DGL Utils
      • Modules
      • Plugins
      • Plugin Types
      • Graphistry Validate Module
    • Layouts
      • Circle Layout
      • ForceAtlas2 Layout
      • Group-in-a-Box Layout
      • Modularity Weighted Layout
      • Ring Layouts: Categorical, Continuous, Time
      • Sugiyama Layout
      • Utils
    • Plugins
      • Compute
        • cuGraph
        • graphviz
        • igraph
        • NetworkX Methods
      • Data Providers
        • Azure Cosmos DB for Apache Gremlin
        • Gremlin - Apache ThinkerPop
        • Kusto Plugin
        • Amazon Neptune
        • Spanner Plugin
  • Join the Community
  • Support
  • Graphistry Ecosystem and Louie.AI
  • Architecture
  • Contribute
  • Development Setup
  • .rst

GFQL API Reference

GFQL API Reference#

  • AST Objects
    • ASTSerializable
      • ASTSerializable
    • ASTObject
      • ASTObject
    • ASTEdge
      • ASTEdge
    • ASTPredicate
      • ASTPredicate
  • GFQL Chain Matcher
    • Chain
      • Chain.from_json()
      • Chain.to_json()
      • Chain.validate()
    • chain()
    • combine_steps()
  • GFQL Edge Matchers
    • e_forward
      • e_forward
      • ASTEdgeForward
    • e_reverse
      • e_reverse
      • ASTEdgeReverse
    • e
      • e
      • ASTEdgeUndirected
  • GFQL Hop Matcher
    • generate_safe_column_name()
    • hop()
    • prepare_merge_dataframe()
    • process_hop_direction()
    • query_if_not_none()
  • GFQL Node Matchers
    • n
  • GFQL Attribute Matchers
    • Categorical
    • Is In
    • Numeric
    • String Predicates
    • Temporal
    • Temporal Values

previous

Plotter API Reference

next

AST Objects

By Graphistry, Inc.

© Copyright 2024, Graphistry, Inc..