Uses of Interface
com.alibaba.graphscope.ds.GSVertexArray.Factory
-
Packages that use GSVertexArray.Factory Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.utils -
-
Uses of GSVertexArray.Factory in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement GSVertexArray.Factory Modifier and Type Class Description class
GSVertexArray_cxx_0x13932289Factory
class
GSVertexArray_cxx_0x146265ceFactory
class
GSVertexArray_cxx_0x2ceb3d1fFactory
class
GSVertexArray_cxx_0x2d166c60Factory
Fields in com.alibaba.graphscope.ds declared as GSVertexArray.Factory Modifier and Type Field Description static GSVertexArray.Factory<Double>
GSVertexArray_cxx_0x13932289Factory. INSTANCE
static GSVertexArray.Factory<StdString>
GSVertexArray_cxx_0x146265ceFactory. INSTANCE
static GSVertexArray.Factory<Integer>
GSVertexArray_cxx_0x2ceb3d1fFactory. INSTANCE
static GSVertexArray.Factory<Long>
GSVertexArray_cxx_0x2d166c60Factory. INSTANCE
-
Uses of GSVertexArray.Factory in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return GSVertexArray.Factory Modifier and Type Method Description static GSVertexArray.Factory
FFITypeFactoryhelper. getGSVertexArrayFactory(String foreignTypeName)
-