Package com.alibaba.graphscope.ds
Interface VertexDataColumn<DATA_T>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
public interface VertexDataColumn<DATA_T> extends com.alibaba.fastffi.FFIPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DATA_T
get(Vertex<Long> nbr)
-