package graphar

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum AdjListType

enums.proto:49

Used in: AdjacentList

message AdjacentList

adjacent_list.proto:29

Used in: EdgeInfo

message AdjacentList.Statistics

adjacent_list.proto:38

Statistics message, including 1. the number of vertices base on the AdjListType 2. the number of vertex chunks base on the AdjListType 3. the number of edges of each vertex chunk

Used in: AdjacentList

enum DataType

enums.proto:27

Used in: Property

message EdgeInfo

edge_info.proto:30

message EdgeInfo.Statistics

edge_info.proto:46

Statistics message of the edge, including 1. num_edges: the number of edges 2. num_source_vertices: the number of source vertices 3. num_destination_vertices: the number of destination vertices

Used in: EdgeInfo

enum FileType

enums.proto:40

Used in: AdjacentList, PropertyGroup

message GraphInfo

graph_info.proto:27

message GraphInfo.KeyValue

graph_info.proto:40

Used in: GraphInfo

message GraphInfo.Statistics

graph_info.proto:34

Statistics of the graph, including the number of vertices and edges

Used in: GraphInfo

message Property

property_group.proto:29

Used in: PropertyGroup

message PropertyGroup

property_group.proto:37

Used in: EdgeInfo, VertexInfo

message VertexInfo

vertex_info.proto:29

message VertexInfo.Statistics

vertex_info.proto:37

Statistics message, including the number of vertices and chunks of this type of vertex

Used in: VertexInfo