Uses of Interface
com.alibaba.graphscope.ds.GSVertexArray
-
-
Uses of GSVertexArray in com.alibaba.graphscope.column
Methods in com.alibaba.graphscope.column that return GSVertexArray Modifier and Type Method Description GSVertexArray<Double>
DoubleColumn_cxx_0x26811983. data()
GSVertexArray<Double>
DoubleColumn_cxx_0x3264d94b. data()
GSVertexArray<Double>
DoubleColumn_cxx_0xf7fc074. data()
GSVertexArray<Double>
DoubleColumn. data()
GSVertexArray<Integer>
IntColumn_cxx_0x66bea13d. data()
GSVertexArray<Integer>
IntColumn_cxx_0xb238b3ae. data()
GSVertexArray<Integer>
IntColumn_cxx_0xe6ca4d51. data()
GSVertexArray<Integer>
IntColumn. data()
GSVertexArray<Long>
LongColumn_cxx_0x32aa4838. data()
GSVertexArray<Long>
LongColumn_cxx_0xa7b92176. data()
GSVertexArray<Long>
LongColumn_cxx_0xe1bc46e9. data()
GSVertexArray<Long>
LongColumn. data()
-
Uses of GSVertexArray in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return GSVertexArray Modifier and Type Method Description GSVertexArray<DATA_T>
VertexDataContext. data()
Methods in com.alibaba.graphscope.context that return types with arguments of type GSVertexArray Modifier and Type Method Description StdVector<GSVertexArray<DATA_T>>
LabeledVertexDataContext. data()
-
Uses of GSVertexArray in com.alibaba.graphscope.context.ffi
Methods in com.alibaba.graphscope.context.ffi that return GSVertexArray Modifier and Type Method Description GSVertexArray<Integer>
FFIVertexDataContext_cxx_0x1db8ebb8. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0x4c3937da. data()
GSVertexArray<Long>
FFIVertexDataContext_cxx_0x4c64671b. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0x5b2af72e. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0x661c69ed. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0x70f5d0d9. data()
GSVertexArray<Double>
FFIVertexDataContext_cxx_0x7a651b11. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0xa0585597. data()
GSVertexArray<Long>
FFIVertexDataContext_cxx_0xa08384d8. data()
GSVertexArray<StdString>
FFIVertexDataContext_cxx_0xa8eea4ea. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0xb5cb6a3b. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0xc999cdfb. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0xd453408b. data()
GSVertexArray<Integer>
FFIVertexDataContext_cxx_0xf3953ab8. data()
GSVertexArray<DATA_T>
FFIVertexDataContext. data()
Methods in com.alibaba.graphscope.context.ffi that return types with arguments of type GSVertexArray Modifier and Type Method Description StdVector<GSVertexArray<Double>>
FFILabeledVertexDataContext_cxx_0xc64d9ac3. data()
StdVector<GSVertexArray<Long>>
FFILabeledVertexDataContext_cxx_0xd1aafb66. data()
StdVector<GSVertexArray<DATA_T>>
FFILabeledVertexDataContext. data()
-
Uses of GSVertexArray in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement GSVertexArray Modifier and Type Class Description class
GSVertexArray_cxx_0x13932289
class
GSVertexArray_cxx_0x146265ce
class
GSVertexArray_cxx_0x2ceb3d1f
class
GSVertexArray_cxx_0x2d166c60
Methods in com.alibaba.graphscope.ds that return GSVertexArray Modifier and Type Method Description GSVertexArray<Double>
GSVertexArray_cxx_0x13932289Factory. create()
GSVertexArray<StdString>
GSVertexArray_cxx_0x146265ceFactory. create()
GSVertexArray<Integer>
GSVertexArray_cxx_0x2ceb3d1fFactory. create()
GSVertexArray<Long>
GSVertexArray_cxx_0x2d166c60Factory. create()
GSVertexArray<T>
GSVertexArray.Factory. create()
Methods in com.alibaba.graphscope.ds with parameters of type GSVertexArray Modifier and Type Method Description void
GSVertexArray_cxx_0x13932289. swap(GSVertexArray<Double> arg0)
void
GSVertexArray_cxx_0x146265ce. swap(GSVertexArray<StdString> arg0)
void
GSVertexArray_cxx_0x2ceb3d1f. swap(GSVertexArray<Integer> arg0)
void
GSVertexArray_cxx_0x2d166c60. swap(GSVertexArray<Long> arg0)
void
GSVertexArray. swap(GSVertexArray<T> vertexArray)
-
Uses of GSVertexArray in com.alibaba.graphscope.example.traverse
Fields in com.alibaba.graphscope.example.traverse declared as GSVertexArray Modifier and Type Field Description GSVertexArray<Long>
TraverseContext. vertexArray
-
Uses of GSVertexArray in com.alibaba.graphscope.stdcxx
Fields in com.alibaba.graphscope.stdcxx with type parameters of type GSVertexArray Modifier and Type Field Description static StdVector.Factory<GSVertexArray<Integer>>
StdVector_cxx_0x37a055Factory. INSTANCE
static StdVector.Factory<GSVertexArray<Long>>
StdVector_cxx_0x5725934Factory. INSTANCE
static StdVector.Factory<GSVertexArray<Double>>
StdVector_cxx_0x8cbe72bfFactory. INSTANCE
Methods in com.alibaba.graphscope.stdcxx that return GSVertexArray Modifier and Type Method Description GSVertexArray<Integer>
StdVector_cxx_0x37a055. get(long arg0)
GSVertexArray<Long>
StdVector_cxx_0x5725934. get(long arg0)
GSVertexArray<Double>
StdVector_cxx_0x8cbe72bf. get(long arg0)
Methods in com.alibaba.graphscope.stdcxx that return types with arguments of type GSVertexArray Modifier and Type Method Description StdVector<GSVertexArray<Integer>>
StdVector_cxx_0x37a055Factory. create()
StdVector<GSVertexArray<Long>>
StdVector_cxx_0x5725934Factory. create()
StdVector<GSVertexArray<Double>>
StdVector_cxx_0x8cbe72bfFactory. create()
Methods in com.alibaba.graphscope.stdcxx with parameters of type GSVertexArray Modifier and Type Method Description void
StdVector_cxx_0x37a055. push_back(GSVertexArray<Integer> arg0)
void
StdVector_cxx_0x5725934. push_back(GSVertexArray<Long> arg0)
void
StdVector_cxx_0x8cbe72bf. push_back(GSVertexArray<Double> arg0)
void
StdVector_cxx_0x37a055. set(long arg0, GSVertexArray<Integer> arg1)
void
StdVector_cxx_0x5725934. set(long arg0, GSVertexArray<Long> arg1)
void
StdVector_cxx_0x8cbe72bf. set(long arg0, GSVertexArray<Double> arg1)
-
Uses of GSVertexArray in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return GSVertexArray Modifier and Type Method Description static <T> GSVertexArray<T>
FFITypeFactoryhelper. newGSVertexArray(Class<T> clz)
-