Class FFIVertexDataContext_cxx_0xa08384d8Factory
- java.lang.Object
-
- com.alibaba.graphscope.context.ffi.FFIVertexDataContext_cxx_0xa08384d8Factory
-
- All Implemented Interfaces:
FFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,Long,Long>,Long>
public class FFIVertexDataContext_cxx_0xa08384d8Factory extends Object implements FFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,Long,Long>,Long>
-
-
Field Summary
Fields Modifier and Type Field Description static FFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,Long,Long>,Long>
INSTANCE
-
Constructor Summary
Constructors Constructor Description FFIVertexDataContext_cxx_0xa08384d8Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FFIVertexDataContext<ArrowProjectedFragment<Long,Long,Long,Long>,Long>
create(ArrowProjectedFragment<Long,Long,Long,Long> arg0, boolean arg1)
-
-
-
Field Detail
-
INSTANCE
public static final FFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,Long,Long>,Long> INSTANCE
-
-
Method Detail
-
create
public FFIVertexDataContext<ArrowProjectedFragment<Long,Long,Long,Long>,Long> create(ArrowProjectedFragment<Long,Long,Long,Long> arg0, boolean arg1)
- Specified by:
create
in interfaceFFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,Long,Long>,Long>
-
-