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