Package com.alibaba.graphscope.ds
Interface ImmutableCSR<VID_T,ED>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
public interface ImmutableCSR<VID_T,ED> extends com.alibaba.fastffi.FFIPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @com.alibaba.fastffi.FFINameAlias("degree") int
degree(VID_T lid)
@com.alibaba.fastffi.FFINameAlias("edge_num") long
edgeNum()
GrapeNbr<VID_T,ED>
getBegin(VID_T lid)
GrapeNbr<VID_T,ED>
getEnd(VID_T lid)
@com.alibaba.fastffi.FFINameAlias("is_empty") boolean
isEmpty(VID_T lid)
VID_T
vertexNum()
-