Uses of Interface
com.alibaba.graphscope.ds.PropertyRawAdjList
-
Packages that use PropertyRawAdjList Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.fragment -
-
Uses of PropertyRawAdjList in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement PropertyRawAdjList Modifier and Type Class Description class
PropertyRawAdjList_cxx_0xae3a756c
class
PropertyRawAdjList_cxx_0xae65a4ad
-
Uses of PropertyRawAdjList in com.alibaba.graphscope.fragment
Methods in com.alibaba.graphscope.fragment that return PropertyRawAdjList Modifier and Type Method Description PropertyRawAdjList<Long>
ArrowFragment_cxx_0x999c91c4. getIncomingRawAdjList(Vertex<Long> arg0, int arg1)
PropertyRawAdjList<Long>
ArrowFragment. getIncomingRawAdjList(Vertex<Long> vertex, int edgeLabelId)
PropertyRawAdjList<Long>
ArrowFragment_cxx_0x999c91c4. getOutgoingRawAdjList(Vertex<Long> arg0, int arg1)
PropertyRawAdjList<Long>
ArrowFragment. getOutgoingRawAdjList(Vertex<Long> vertex, int edgeLabelId)
-