Closed zhanglei1949 closed 1 week ago
Please check the preview of the documentation changes at https://52e47196.graphscope-docs-preview.pages.dev
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.78%. Comparing base (
0aa119e
) to head (81eefa4
). Report is 2 commits behind head on main.
Template the runtime module. This PR includes changes of two kinds
TODO:
We expose the Graph Interface via the following template class. Note this template's function are only defined, no implementation is provided.
We specialize the template class for
ReadTransaction
. In this PR, we don't refactor the interface, we adapt almost the same interface as ReadTransaction.