Skip to content

Add internal API to expose edge temporal properties by row #2592

@arienandalibi

Description

@arienandalibi

There is currently no API which exposes edge temporal properties by row. This can become a problem in persistent graphs, specifically persistent graphs with a windowed filter for example. In this case, we need some special logic to get the correct temporal properties, especially at the beginning of the window. Namely, we need to account for the properties that have persisted into the window from the base graph, which are currently injected at the start of the window. Currently, this logic exists in the serialization of ParquetTEdge in raphtory/src/parquet_encoder/model.rs (other places may implement this as well). This logic should be moved and centralized in a more sensible place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions