apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

[Refactor] ListValue.get(0) optimization #281

Closed diaohancai closed 9 months ago

diaohancai commented 9 months ago

Feature Description (功能描述)

ListValue.get(0) is not elegant enough. Prefer ListValue.getFirst().