Uses of Interface
com.alibaba.graphscope.ds.VertexArray
-
Packages that use VertexArray Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.utils -
-
Uses of VertexArray in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement VertexArray Modifier and Type Class Description classVertexArray_cxx_0xbe45efc3classVertexArray_cxx_0xd8921725classVertexArray_cxx_0xd8bd4666Methods in com.alibaba.graphscope.ds that return VertexArray Modifier and Type Method Description VertexArray<Long,Double>VertexArray_cxx_0xbe45efc3Factory. create()VertexArray<Long,Integer>VertexArray_cxx_0xd8921725Factory. create()VertexArray<Long,Long>VertexArray_cxx_0xd8bd4666Factory. create()VertexArray<VID,T>VertexArray.Factory. create()Create an empty vertex Array. -
Uses of VertexArray in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return VertexArray Modifier and Type Method Description static <T> VertexArray<T,Long>FFITypeFactoryhelper. newVertexArray(Class<T> clz)
-