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") intdegree(VID_T lid)@com.alibaba.fastffi.FFINameAlias("edge_num") longedgeNum()GrapeNbr<VID_T,ED>getBegin(VID_T lid)GrapeNbr<VID_T,ED>getEnd(VID_T lid)@com.alibaba.fastffi.FFINameAlias("is_empty") booleanisEmpty(VID_T lid)VID_TvertexNum()
-