Skip to content

Add Graph.sizeLong() - to return the size of a graph (number of triples) as a long. #2078

@afs

Description

@afs

Version

5.0.0

Feature

Graph.size() returns an int.

Changing the return type is quite disruptive. It causes a java error on use of Graph.size assigned to be int.

Introduce Graph.sizeLong with the same semantics except it returns a Java long.

Provide a default implementation.

Are you interested in contributing a solution yourself?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Jena5Changes relating to Jena5enhancementIncrementally add new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions