Uses of Interface
org.apache.graphar.stdcxx.StdVector
-
Packages that use StdVector Package Description org.apache.graphar.edges org.apache.graphar.graphinfo org.apache.graphar.stdcxx org.apache.graphar.util -
-
Uses of StdVector in org.apache.graphar.edges
Methods in org.apache.graphar.edges with parameters of type StdVector Modifier and Type Method Description Edge
Edge.Factory. create(AdjListArrowChunkReader adjListReader, StdVector<AdjListPropertyArrowChunkReader> propertyReaders)
Initialize the Edge. -
Uses of StdVector in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return StdVector Modifier and Type Method Description StdVector<StdSharedPtr<EdgeInfo>>
GraphInfo. getEdgeInfos()
Get the edge infos of graph infoStdVector<Property>
PropertyGroup. getProperties()
StdVector<StdSharedPtr<PropertyGroup>>
EdgeInfo. getPropertyGroups()
Get the property groups.StdVector<StdSharedPtr<PropertyGroup>>
VertexInfo. getPropertyGroups()
Get the property groups of the vertex.StdVector<StdSharedPtr<VertexInfo>>
GraphInfo. getVertexInfos()
Get the vertex infos of graph info -
Uses of StdVector in org.apache.graphar.stdcxx
Methods in org.apache.graphar.stdcxx that return StdVector Modifier and Type Method Description StdVector<E>
StdVector.Factory. create()
Methods in org.apache.graphar.stdcxx with parameters of type StdVector Modifier and Type Method Description boolean
StdVector. eq(StdVector<E> other)
-
Uses of StdVector in org.apache.graphar.util
Methods in org.apache.graphar.util that return StdVector Modifier and Type Method Description StdVector<StdString>
InfoVersion. userDefineTypes()
get user define typesMethods in org.apache.graphar.util with parameters of type StdVector Modifier and Type Method Description InfoVersion
InfoVersion.Factory. create(int version, StdVector<StdString> userDefineTypes)
Constructor with version and user defined types.StdSharedPtr<EdgeInfo>
GrapharStaticFunctions. createEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcChunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstChunkSize, @com.alibaba.fastffi.CXXValue boolean directed, StdVector<StdSharedPtr<AdjacentList>> adjacentLists, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups)
StdSharedPtr<EdgeInfo>
GrapharStaticFunctions. createEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcChunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstChunkSize, @com.alibaba.fastffi.CXXValue boolean directed, StdVector<StdSharedPtr<AdjacentList>> adjacentLists, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix)
StdSharedPtr<EdgeInfo>
GrapharStaticFunctions. createEdgeInfo(StdString srcLabel, StdString edgeLabel, StdString dstLabel, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcChunkSize, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstChunkSize, @com.alibaba.fastffi.CXXValue boolean directed, StdVector<StdSharedPtr<AdjacentList>> adjacentLists, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix, StdSharedPtr<InfoVersion> version)
StdSharedPtr<GraphInfo>
GrapharStaticFunctions. createGraphInfo(StdString name, StdVector<StdSharedPtr<VertexInfo>> vertexInfos, StdVector<StdSharedPtr<EdgeInfo>> edgeInfos, StdString prefix)
StdSharedPtr<GraphInfo>
GrapharStaticFunctions. createGraphInfo(StdString name, StdVector<StdSharedPtr<VertexInfo>> vertexInfos, StdVector<StdSharedPtr<EdgeInfo>> edgeInfos, StdString prefix, StdSharedPtr<InfoVersion> version)
StdSharedPtr<PropertyGroup>
GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType)
StdSharedPtr<PropertyGroup>
GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType, StdString prefix)
StdSharedPtr<VertexInfo>
GrapharStaticFunctions. createVertexInfo(StdString label, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunk_size, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups)
StdSharedPtr<VertexInfo>
GrapharStaticFunctions. createVertexInfo(StdString label, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunk_size, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix)
StdSharedPtr<VertexInfo>
GrapharStaticFunctions. createVertexInfo(StdString label, @com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunk_size, StdVector<StdSharedPtr<PropertyGroup>> propertyGroups, StdString prefix, StdSharedPtr<InfoVersion> version)
-