Interface BaseArrowProjectedFragment<OID_T,​VID_T,​VDATA_T,​EDATA_T>

    • Method Detail

      • id

        long id()
      • getOEOffsetsBeginPtr

        @com.alibaba.fastffi.FFINameAlias("get_oe_offsets_begin_ptr") long getOEOffsetsBeginPtr()
      • getIEOffsetsBeginPtr

        @com.alibaba.fastffi.FFINameAlias("get_ie_offsets_begin_ptr") long getIEOffsetsBeginPtr()
      • getOEOffsetsEndPtr

        @com.alibaba.fastffi.FFINameAlias("get_oe_offsets_end_ptr") long getOEOffsetsEndPtr()
      • getIEOffsetsEndPtr

        @com.alibaba.fastffi.FFINameAlias("get_ie_offsets_end_ptr") long getIEOffsetsEndPtr()
      • getInEdgeNum

        @com.alibaba.fastffi.FFINameAlias("GetInEdgeNum") long getInEdgeNum()
      • getOutEdgeNum

        @com.alibaba.fastffi.FFINameAlias("GetOutEdgeNum") long getOutEdgeNum()
      • getIncomingEdgeNum

        @com.alibaba.fastffi.FFINameAlias("GetIncomingEdgeNum") long getIncomingEdgeNum()
      • getOutgoingEdgeNum

        @com.alibaba.fastffi.FFINameAlias("GetOutgoingEdgeNum") long getOutgoingEdgeNum()
      • vertexLabel

        @com.alibaba.fastffi.FFINameAlias("vertex_label") int vertexLabel()
      • edgeLabel

        @com.alibaba.fastffi.FFINameAlias("edge_label") int edgeLabel()
      • vertexPropId

        @com.alibaba.fastffi.FFINameAlias("vertex_prop_id") int vertexPropId()
      • edgePropId

        @com.alibaba.fastffi.FFINameAlias("edge_prop_id") int edgePropId()