| /** pdoc search index */const docs = {"version": "0.9.5", "fields": ["qualname", "fullname", "annotation", "default_value", "signature", "bases", "doc"], "ref": "fullname", "documentStore": {"docs": {"graphar": {"fullname": "graphar", "modulename": "graphar", "kind": "module", "doc": "<p></p>\n"}, "graphar.GraphInfo": {"fullname": "graphar.GraphInfo", "modulename": "graphar", "qualname": "GraphInfo", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.GraphInfo.__init__": {"fullname": "graphar.GraphInfo.__init__", "modulename": "graphar", "qualname": "GraphInfo.__init__", "kind": "function", "doc": "<p>__init__(self: graphar._core.GraphInfo, graph_name: str, vertex_infos: collections.abc.Sequence[graphar._core.VertexInfo], edge_infos: collections.abc.Sequence[graphar._core.EdgeInfo], labels: collections.abc.Sequence[str] = [], prefix: str = './', version: graphar._core.InfoVersion = None, extra_info: collections.abc.Mapping[str, str] = {}) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.GraphInfo.load": {"fullname": "graphar.GraphInfo.load", "modulename": "graphar", "qualname": "GraphInfo.load", "kind": "function", "doc": "<p>load(<em>args, *</em>kwargs)\nOverloaded function.</p>\n\n<ol>\n<li><p>load(arg0: str) -> graphar._core.GraphInfo</p></li>\n<li><p>load(arg0: str, arg1: str) -> graphar._core.GraphInfo</p></li>\n</ol>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.add_vertex": {"fullname": "graphar.GraphInfo.add_vertex", "modulename": "graphar", "qualname": "GraphInfo.add_vertex", "kind": "function", "doc": "<p>add_vertex(self: graphar._core.GraphInfo, arg0: graphar._core.VertexInfo) -> graphar._core.GraphInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.remove_vertex": {"fullname": "graphar.GraphInfo.remove_vertex", "modulename": "graphar", "qualname": "GraphInfo.remove_vertex", "kind": "function", "doc": "<p>remove_vertex(self: graphar._core.GraphInfo, arg0: graphar._core.VertexInfo) -> graphar._core.GraphInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.add_edge": {"fullname": "graphar.GraphInfo.add_edge", "modulename": "graphar", "qualname": "GraphInfo.add_edge", "kind": "function", "doc": "<p>add_edge(self: graphar._core.GraphInfo, arg0: graphar._core.EdgeInfo) -> graphar._core.GraphInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.remove_edge": {"fullname": "graphar.GraphInfo.remove_edge", "modulename": "graphar", "qualname": "GraphInfo.remove_edge", "kind": "function", "doc": "<p>remove_edge(self: graphar._core.GraphInfo, arg0: graphar._core.EdgeInfo) -> graphar._core.GraphInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_name": {"fullname": "graphar.GraphInfo.get_name", "modulename": "graphar", "qualname": "GraphInfo.get_name", "kind": "function", "doc": "<p>get_name(self: graphar._core.GraphInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_labels": {"fullname": "graphar.GraphInfo.get_labels", "modulename": "graphar", "qualname": "GraphInfo.get_labels", "kind": "function", "doc": "<p>get_labels(self: graphar._core.GraphInfo) -> list[str]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_prefix": {"fullname": "graphar.GraphInfo.get_prefix", "modulename": "graphar", "qualname": "GraphInfo.get_prefix", "kind": "function", "doc": "<p>get_prefix(self: graphar._core.GraphInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.version": {"fullname": "graphar.GraphInfo.version", "modulename": "graphar", "qualname": "GraphInfo.version", "kind": "function", "doc": "<p>version(self: graphar._core.GraphInfo) -> graphar._core.InfoVersion</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_extra_info": {"fullname": "graphar.GraphInfo.get_extra_info", "modulename": "graphar", "qualname": "GraphInfo.get_extra_info", "kind": "function", "doc": "<p>get_extra_info(self: graphar._core.GraphInfo) -> dict[str, str]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_vertex_info": {"fullname": "graphar.GraphInfo.get_vertex_info", "modulename": "graphar", "qualname": "GraphInfo.get_vertex_info", "kind": "function", "doc": "<p>get_vertex_info(self: graphar._core.GraphInfo, arg0: str) -> graphar._core.VertexInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_edge_info": {"fullname": "graphar.GraphInfo.get_edge_info", "modulename": "graphar", "qualname": "GraphInfo.get_edge_info", "kind": "function", "doc": "<p>get_edge_info(self: graphar._core.GraphInfo, arg0: str, arg1: str, arg2: str) -> graphar._core.EdgeInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_vertex_info_index": {"fullname": "graphar.GraphInfo.get_vertex_info_index", "modulename": "graphar", "qualname": "GraphInfo.get_vertex_info_index", "kind": "function", "doc": "<p>get_vertex_info_index(self: graphar._core.GraphInfo, arg0: str) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_edge_info_index": {"fullname": "graphar.GraphInfo.get_edge_info_index", "modulename": "graphar", "qualname": "GraphInfo.get_edge_info_index", "kind": "function", "doc": "<p>get_edge_info_index(self: graphar._core.GraphInfo, arg0: str, arg1: str, arg2: str) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.vertex_info_num": {"fullname": "graphar.GraphInfo.vertex_info_num", "modulename": "graphar", "qualname": "GraphInfo.vertex_info_num", "kind": "function", "doc": "<p>vertex_info_num(self: graphar._core.GraphInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.edge_info_num": {"fullname": "graphar.GraphInfo.edge_info_num", "modulename": "graphar", "qualname": "GraphInfo.edge_info_num", "kind": "function", "doc": "<p>edge_info_num(self: graphar._core.GraphInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_vertex_info_by_index": {"fullname": "graphar.GraphInfo.get_vertex_info_by_index", "modulename": "graphar", "qualname": "GraphInfo.get_vertex_info_by_index", "kind": "function", "doc": "<p>get_vertex_info_by_index(self: graphar._core.GraphInfo, arg0: typing.SupportsInt) -> graphar._core.VertexInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_edge_info_by_index": {"fullname": "graphar.GraphInfo.get_edge_info_by_index", "modulename": "graphar", "qualname": "GraphInfo.get_edge_info_by_index", "kind": "function", "doc": "<p>get_edge_info_by_index(self: graphar._core.GraphInfo, arg0: typing.SupportsInt) -> graphar._core.EdgeInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_vertex_infos": {"fullname": "graphar.GraphInfo.get_vertex_infos", "modulename": "graphar", "qualname": "GraphInfo.get_vertex_infos", "kind": "function", "doc": "<p>get_vertex_infos(self: graphar._core.GraphInfo) -> list[graphar._core.VertexInfo]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.get_edge_infos": {"fullname": "graphar.GraphInfo.get_edge_infos", "modulename": "graphar", "qualname": "GraphInfo.get_edge_infos", "kind": "function", "doc": "<p>get_edge_infos(self: graphar._core.GraphInfo) -> list[graphar._core.EdgeInfo]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.save": {"fullname": "graphar.GraphInfo.save", "modulename": "graphar", "qualname": "GraphInfo.save", "kind": "function", "doc": "<p>save(self: graphar._core.GraphInfo, arg0: str) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.dump": {"fullname": "graphar.GraphInfo.dump", "modulename": "graphar", "qualname": "GraphInfo.dump", "kind": "function", "doc": "<p>dump(self: graphar._core.GraphInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.GraphInfo.is_validated": {"fullname": "graphar.GraphInfo.is_validated", "modulename": "graphar", "qualname": "GraphInfo.is_validated", "kind": "function", "doc": "<p>is_validated(self: graphar._core.GraphInfo) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo": {"fullname": "graphar.VertexInfo", "modulename": "graphar", "qualname": "VertexInfo", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.VertexInfo.__init__": {"fullname": "graphar.VertexInfo.__init__", "modulename": "graphar", "qualname": "VertexInfo.__init__", "kind": "function", "doc": "<p>__init__(self: graphar._core.VertexInfo, type: str, chunk_size: typing.SupportsInt, property_groups: collections.abc.Sequence[graphar._core.PropertyGroup], labels: collections.abc.Sequence[str] = [], prefix: str = '', version: graphar._core.InfoVersion = None) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.VertexInfo.add_property_group": {"fullname": "graphar.VertexInfo.add_property_group", "modulename": "graphar", "qualname": "VertexInfo.add_property_group", "kind": "function", "doc": "<p>add_property_group(self: graphar._core.VertexInfo, arg0: graphar._core.PropertyGroup) -> graphar._core.VertexInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.remove_property_group": {"fullname": "graphar.VertexInfo.remove_property_group", "modulename": "graphar", "qualname": "VertexInfo.remove_property_group", "kind": "function", "doc": "<p>remove_property_group(self: graphar._core.VertexInfo, arg0: graphar._core.PropertyGroup) -> graphar._core.VertexInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_type": {"fullname": "graphar.VertexInfo.get_type", "modulename": "graphar", "qualname": "VertexInfo.get_type", "kind": "function", "doc": "<p>get_type(self: graphar._core.VertexInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_chunk_size": {"fullname": "graphar.VertexInfo.get_chunk_size", "modulename": "graphar", "qualname": "VertexInfo.get_chunk_size", "kind": "function", "doc": "<p>get_chunk_size(self: graphar._core.VertexInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_prefix": {"fullname": "graphar.VertexInfo.get_prefix", "modulename": "graphar", "qualname": "VertexInfo.get_prefix", "kind": "function", "doc": "<p>get_prefix(self: graphar._core.VertexInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.version": {"fullname": "graphar.VertexInfo.version", "modulename": "graphar", "qualname": "VertexInfo.version", "kind": "function", "doc": "<p>version(self: graphar._core.VertexInfo) -> graphar._core.InfoVersion</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_labels": {"fullname": "graphar.VertexInfo.get_labels", "modulename": "graphar", "qualname": "VertexInfo.get_labels", "kind": "function", "doc": "<p>get_labels(self: graphar._core.VertexInfo) -> list[str]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.property_group_num": {"fullname": "graphar.VertexInfo.property_group_num", "modulename": "graphar", "qualname": "VertexInfo.property_group_num", "kind": "function", "doc": "<p>property_group_num(self: graphar._core.VertexInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_property_groups": {"fullname": "graphar.VertexInfo.get_property_groups", "modulename": "graphar", "qualname": "VertexInfo.get_property_groups", "kind": "function", "doc": "<p>get_property_groups(self: graphar._core.VertexInfo) -> list[graphar._core.PropertyGroup]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_property_group": {"fullname": "graphar.VertexInfo.get_property_group", "modulename": "graphar", "qualname": "VertexInfo.get_property_group", "kind": "function", "doc": "<p>get_property_group(self: graphar._core.VertexInfo, arg0: str) -> graphar._core.PropertyGroup</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_property_group_by_index": {"fullname": "graphar.VertexInfo.get_property_group_by_index", "modulename": "graphar", "qualname": "VertexInfo.get_property_group_by_index", "kind": "function", "doc": "<p>get_property_group_by_index(self: graphar._core.VertexInfo, arg0: typing.SupportsInt) -> graphar._core.PropertyGroup</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_property_type": {"fullname": "graphar.VertexInfo.get_property_type", "modulename": "graphar", "qualname": "VertexInfo.get_property_type", "kind": "function", "doc": "<p>get_property_type(self: graphar._core.VertexInfo, arg0: str) -> graphar._core.DataType</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_property_cardinality": {"fullname": "graphar.VertexInfo.get_property_cardinality", "modulename": "graphar", "qualname": "VertexInfo.get_property_cardinality", "kind": "function", "doc": "<p>get_property_cardinality(self: graphar._core.VertexInfo, arg0: str) -> graphar._core.Cardinality</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.has_property": {"fullname": "graphar.VertexInfo.has_property", "modulename": "graphar", "qualname": "VertexInfo.has_property", "kind": "function", "doc": "<p>has_property(self: graphar._core.VertexInfo, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.save": {"fullname": "graphar.VertexInfo.save", "modulename": "graphar", "qualname": "VertexInfo.save", "kind": "function", "doc": "<p>save(self: graphar._core.VertexInfo, arg0: str) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.dump": {"fullname": "graphar.VertexInfo.dump", "modulename": "graphar", "qualname": "VertexInfo.dump", "kind": "function", "doc": "<p>dump(self: graphar._core.VertexInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.is_primary_key": {"fullname": "graphar.VertexInfo.is_primary_key", "modulename": "graphar", "qualname": "VertexInfo.is_primary_key", "kind": "function", "doc": "<p>is_primary_key(self: graphar._core.VertexInfo, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.is_nullable_key": {"fullname": "graphar.VertexInfo.is_nullable_key", "modulename": "graphar", "qualname": "VertexInfo.is_nullable_key", "kind": "function", "doc": "<p>is_nullable_key(self: graphar._core.VertexInfo, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.has_property_group": {"fullname": "graphar.VertexInfo.has_property_group", "modulename": "graphar", "qualname": "VertexInfo.has_property_group", "kind": "function", "doc": "<p>has_property_group(self: graphar._core.VertexInfo, arg0: graphar._core.PropertyGroup) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_file_path": {"fullname": "graphar.VertexInfo.get_file_path", "modulename": "graphar", "qualname": "VertexInfo.get_file_path", "kind": "function", "doc": "<p>get_file_path(self: graphar._core.VertexInfo, arg0: graphar._core.PropertyGroup, arg1: typing.SupportsInt) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_path_prefix": {"fullname": "graphar.VertexInfo.get_path_prefix", "modulename": "graphar", "qualname": "VertexInfo.get_path_prefix", "kind": "function", "doc": "<p>get_path_prefix(self: graphar._core.VertexInfo, arg0: graphar._core.PropertyGroup) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.get_vertices_num_file_path": {"fullname": "graphar.VertexInfo.get_vertices_num_file_path", "modulename": "graphar", "qualname": "VertexInfo.get_vertices_num_file_path", "kind": "function", "doc": "<p>get_vertices_num_file_path(self: graphar._core.VertexInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexInfo.is_validated": {"fullname": "graphar.VertexInfo.is_validated", "modulename": "graphar", "qualname": "VertexInfo.is_validated", "kind": "function", "doc": "<p>is_validated(self: graphar._core.VertexInfo) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo": {"fullname": "graphar.EdgeInfo", "modulename": "graphar", "qualname": "EdgeInfo", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.EdgeInfo.__init__": {"fullname": "graphar.EdgeInfo.__init__", "modulename": "graphar", "qualname": "EdgeInfo.__init__", "kind": "function", "doc": "<p>__init__(self: graphar._core.EdgeInfo, src_type: str, edge_type: str, dst_type: str, chunk_size: typing.SupportsInt, src_chunk_size: typing.SupportsInt, dst_chunk_size: typing.SupportsInt, directed: bool, adjacent_lists: collections.abc.Sequence[graphar._core.AdjacentList], property_groups: collections.abc.Sequence[graphar._core.PropertyGroup], prefix: str = '', version: graphar._core.InfoVersion = None) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.EdgeInfo.add_adjacent_list": {"fullname": "graphar.EdgeInfo.add_adjacent_list", "modulename": "graphar", "qualname": "EdgeInfo.add_adjacent_list", "kind": "function", "doc": "<p>add_adjacent_list(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjacentList) -> graphar._core.EdgeInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.remove_adjacent_list": {"fullname": "graphar.EdgeInfo.remove_adjacent_list", "modulename": "graphar", "qualname": "EdgeInfo.remove_adjacent_list", "kind": "function", "doc": "<p>remove_adjacent_list(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjacentList) -> graphar._core.EdgeInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.add_property_group": {"fullname": "graphar.EdgeInfo.add_property_group", "modulename": "graphar", "qualname": "EdgeInfo.add_property_group", "kind": "function", "doc": "<p>add_property_group(self: graphar._core.EdgeInfo, arg0: graphar._core.PropertyGroup) -> graphar._core.EdgeInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.remove_property_group": {"fullname": "graphar.EdgeInfo.remove_property_group", "modulename": "graphar", "qualname": "EdgeInfo.remove_property_group", "kind": "function", "doc": "<p>remove_property_group(self: graphar._core.EdgeInfo, arg0: graphar._core.PropertyGroup) -> graphar._core.EdgeInfo</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_src_type": {"fullname": "graphar.EdgeInfo.get_src_type", "modulename": "graphar", "qualname": "EdgeInfo.get_src_type", "kind": "function", "doc": "<p>get_src_type(self: graphar._core.EdgeInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_edge_type": {"fullname": "graphar.EdgeInfo.get_edge_type", "modulename": "graphar", "qualname": "EdgeInfo.get_edge_type", "kind": "function", "doc": "<p>get_edge_type(self: graphar._core.EdgeInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_dst_type": {"fullname": "graphar.EdgeInfo.get_dst_type", "modulename": "graphar", "qualname": "EdgeInfo.get_dst_type", "kind": "function", "doc": "<p>get_dst_type(self: graphar._core.EdgeInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_chunk_size": {"fullname": "graphar.EdgeInfo.get_chunk_size", "modulename": "graphar", "qualname": "EdgeInfo.get_chunk_size", "kind": "function", "doc": "<p>get_chunk_size(self: graphar._core.EdgeInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_src_chunk_size": {"fullname": "graphar.EdgeInfo.get_src_chunk_size", "modulename": "graphar", "qualname": "EdgeInfo.get_src_chunk_size", "kind": "function", "doc": "<p>get_src_chunk_size(self: graphar._core.EdgeInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_dst_chunk_size": {"fullname": "graphar.EdgeInfo.get_dst_chunk_size", "modulename": "graphar", "qualname": "EdgeInfo.get_dst_chunk_size", "kind": "function", "doc": "<p>get_dst_chunk_size(self: graphar._core.EdgeInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_prefix": {"fullname": "graphar.EdgeInfo.get_prefix", "modulename": "graphar", "qualname": "EdgeInfo.get_prefix", "kind": "function", "doc": "<p>get_prefix(self: graphar._core.EdgeInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.is_directed": {"fullname": "graphar.EdgeInfo.is_directed", "modulename": "graphar", "qualname": "EdgeInfo.is_directed", "kind": "function", "doc": "<p>is_directed(self: graphar._core.EdgeInfo) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.version": {"fullname": "graphar.EdgeInfo.version", "modulename": "graphar", "qualname": "EdgeInfo.version", "kind": "function", "doc": "<p>version(self: graphar._core.EdgeInfo) -> graphar._core.InfoVersion</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.has_adjacent_list_type": {"fullname": "graphar.EdgeInfo.has_adjacent_list_type", "modulename": "graphar", "qualname": "EdgeInfo.has_adjacent_list_type", "kind": "function", "doc": "<p>has_adjacent_list_type(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjListType) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.has_property": {"fullname": "graphar.EdgeInfo.has_property", "modulename": "graphar", "qualname": "EdgeInfo.has_property", "kind": "function", "doc": "<p>has_property(self: graphar._core.EdgeInfo, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.has_property_group": {"fullname": "graphar.EdgeInfo.has_property_group", "modulename": "graphar", "qualname": "EdgeInfo.has_property_group", "kind": "function", "doc": "<p>has_property_group(self: graphar._core.EdgeInfo, arg0: graphar._core.PropertyGroup) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_adjacent_list": {"fullname": "graphar.EdgeInfo.get_adjacent_list", "modulename": "graphar", "qualname": "EdgeInfo.get_adjacent_list", "kind": "function", "doc": "<p>get_adjacent_list(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjListType) -> graphar._core.AdjacentList</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.property_group_num": {"fullname": "graphar.EdgeInfo.property_group_num", "modulename": "graphar", "qualname": "EdgeInfo.property_group_num", "kind": "function", "doc": "<p>property_group_num(self: graphar._core.EdgeInfo) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_property_groups": {"fullname": "graphar.EdgeInfo.get_property_groups", "modulename": "graphar", "qualname": "EdgeInfo.get_property_groups", "kind": "function", "doc": "<p>get_property_groups(self: graphar._core.EdgeInfo) -> list[graphar._core.PropertyGroup]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_property_group": {"fullname": "graphar.EdgeInfo.get_property_group", "modulename": "graphar", "qualname": "EdgeInfo.get_property_group", "kind": "function", "doc": "<p>get_property_group(self: graphar._core.EdgeInfo, arg0: str) -> graphar._core.PropertyGroup</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_property_group_by_index": {"fullname": "graphar.EdgeInfo.get_property_group_by_index", "modulename": "graphar", "qualname": "EdgeInfo.get_property_group_by_index", "kind": "function", "doc": "<p>get_property_group_by_index(self: graphar._core.EdgeInfo, arg0: typing.SupportsInt) -> graphar._core.PropertyGroup</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_vertices_num_file_path": {"fullname": "graphar.EdgeInfo.get_vertices_num_file_path", "modulename": "graphar", "qualname": "EdgeInfo.get_vertices_num_file_path", "kind": "function", "doc": "<p>get_vertices_num_file_path(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_edges_num_file_path": {"fullname": "graphar.EdgeInfo.get_edges_num_file_path", "modulename": "graphar", "qualname": "EdgeInfo.get_edges_num_file_path", "kind": "function", "doc": "<p>get_edges_num_file_path(self: graphar._core.EdgeInfo, arg0: typing.SupportsInt, arg1: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_adj_list_file_path": {"fullname": "graphar.EdgeInfo.get_adj_list_file_path", "modulename": "graphar", "qualname": "EdgeInfo.get_adj_list_file_path", "kind": "function", "doc": "<p>get_adj_list_file_path(self: graphar._core.EdgeInfo, arg0: typing.SupportsInt, arg1: typing.SupportsInt, arg2: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"fullname": "graphar.EdgeInfo.get_adj_list_path_prefix", "modulename": "graphar", "qualname": "EdgeInfo.get_adj_list_path_prefix", "kind": "function", "doc": "<p>get_adj_list_path_prefix(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"fullname": "graphar.EdgeInfo.get_adj_list_offset_file_path", "modulename": "graphar", "qualname": "EdgeInfo.get_adj_list_offset_file_path", "kind": "function", "doc": "<p>get_adj_list_offset_file_path(self: graphar._core.EdgeInfo, arg0: typing.SupportsInt, arg1: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_offset_path_prefix": {"fullname": "graphar.EdgeInfo.get_offset_path_prefix", "modulename": "graphar", "qualname": "EdgeInfo.get_offset_path_prefix", "kind": "function", "doc": "<p>get_offset_path_prefix(self: graphar._core.EdgeInfo, arg0: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_property_file_path": {"fullname": "graphar.EdgeInfo.get_property_file_path", "modulename": "graphar", "qualname": "EdgeInfo.get_property_file_path", "kind": "function", "doc": "<p>get_property_file_path(self: graphar._core.EdgeInfo, arg0: graphar._core.PropertyGroup, arg1: graphar._core.AdjListType, arg2: typing.SupportsInt, arg3: typing.SupportsInt) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_property_group_path_prefix": {"fullname": "graphar.EdgeInfo.get_property_group_path_prefix", "modulename": "graphar", "qualname": "EdgeInfo.get_property_group_path_prefix", "kind": "function", "doc": "<p>get_property_group_path_prefix(self: graphar._core.EdgeInfo, arg0: graphar._core.PropertyGroup, arg1: graphar._core.AdjListType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.get_property_type": {"fullname": "graphar.EdgeInfo.get_property_type", "modulename": "graphar", "qualname": "EdgeInfo.get_property_type", "kind": "function", "doc": "<p>get_property_type(self: graphar._core.EdgeInfo, arg0: str) -> graphar._core.DataType</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.is_primary_key": {"fullname": "graphar.EdgeInfo.is_primary_key", "modulename": "graphar", "qualname": "EdgeInfo.is_primary_key", "kind": "function", "doc": "<p>is_primary_key(self: graphar._core.EdgeInfo, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.is_nullable_key": {"fullname": "graphar.EdgeInfo.is_nullable_key", "modulename": "graphar", "qualname": "EdgeInfo.is_nullable_key", "kind": "function", "doc": "<p>is_nullable_key(self: graphar._core.EdgeInfo, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.save": {"fullname": "graphar.EdgeInfo.save", "modulename": "graphar", "qualname": "EdgeInfo.save", "kind": "function", "doc": "<p>save(self: graphar._core.EdgeInfo, arg0: str) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.dump": {"fullname": "graphar.EdgeInfo.dump", "modulename": "graphar", "qualname": "EdgeInfo.dump", "kind": "function", "doc": "<p>dump(self: graphar._core.EdgeInfo) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeInfo.is_validated": {"fullname": "graphar.EdgeInfo.is_validated", "modulename": "graphar", "qualname": "EdgeInfo.is_validated", "kind": "function", "doc": "<p>is_validated(self: graphar._core.EdgeInfo) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.PropertyGroup": {"fullname": "graphar.PropertyGroup", "modulename": "graphar", "qualname": "PropertyGroup", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.PropertyGroup.__init__": {"fullname": "graphar.PropertyGroup.__init__", "modulename": "graphar", "qualname": "PropertyGroup.__init__", "kind": "function", "doc": "<p>__init__(self: graphar._core.PropertyGroup, properties: collections.abc.Sequence[graphar._core.Property], file_type: graphar._core.FileType, prefix: str = '') -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.PropertyGroup.get_properties": {"fullname": "graphar.PropertyGroup.get_properties", "modulename": "graphar", "qualname": "PropertyGroup.get_properties", "kind": "function", "doc": "<p>get_properties(self: graphar._core.PropertyGroup) -> list[graphar._core.Property]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.PropertyGroup.has_property": {"fullname": "graphar.PropertyGroup.has_property", "modulename": "graphar", "qualname": "PropertyGroup.has_property", "kind": "function", "doc": "<p>has_property(self: graphar._core.PropertyGroup, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.PropertyGroup.get_file_type": {"fullname": "graphar.PropertyGroup.get_file_type", "modulename": "graphar", "qualname": "PropertyGroup.get_file_type", "kind": "function", "doc": "<p>get_file_type(self: graphar._core.PropertyGroup) -> graphar._core.FileType</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.PropertyGroup.get_prefix": {"fullname": "graphar.PropertyGroup.get_prefix", "modulename": "graphar", "qualname": "PropertyGroup.get_prefix", "kind": "function", "doc": "<p>get_prefix(self: graphar._core.PropertyGroup) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.PropertyGroup.is_validated": {"fullname": "graphar.PropertyGroup.is_validated", "modulename": "graphar", "qualname": "PropertyGroup.is_validated", "kind": "function", "doc": "<p>is_validated(self: graphar._core.PropertyGroup) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Property": {"fullname": "graphar.Property", "modulename": "graphar", "qualname": "Property", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.Property.__init__": {"fullname": "graphar.Property.__init__", "modulename": "graphar", "qualname": "Property.__init__", "kind": "function", "doc": "<p>__init__(<em>args, *</em>kwargs)\nOverloaded function.</p>\n\n<ol>\n<li><p>__init__(self: graphar._core.Property) -> None</p></li>\n<li><p>__init__(self: graphar._core.Property, name: str, type: graphar._core.DataType = None, is_primary: bool = False, is_nullable: bool = True, cardinality: graphar._core.Cardinality = <Cardinality.SINGLE: 0>) -> None</p></li>\n</ol>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.Property.name": {"fullname": "graphar.Property.name", "modulename": "graphar", "qualname": "Property.name", "kind": "variable", "doc": "<p>(self: graphar._core.Property) -> str</p>\n"}, "graphar.Property.type": {"fullname": "graphar.Property.type", "modulename": "graphar", "qualname": "Property.type", "kind": "variable", "doc": "<p>(self: graphar._core.Property) -> graphar._core.DataType</p>\n"}, "graphar.Property.is_primary": {"fullname": "graphar.Property.is_primary", "modulename": "graphar", "qualname": "Property.is_primary", "kind": "variable", "doc": "<p>(self: graphar._core.Property) -> bool</p>\n"}, "graphar.Property.is_nullable": {"fullname": "graphar.Property.is_nullable", "modulename": "graphar", "qualname": "Property.is_nullable", "kind": "variable", "doc": "<p>(self: graphar._core.Property) -> bool</p>\n"}, "graphar.Property.cardinality": {"fullname": "graphar.Property.cardinality", "modulename": "graphar", "qualname": "Property.cardinality", "kind": "variable", "doc": "<p>(self: graphar._core.Property) -> graphar._core.Cardinality</p>\n"}, "graphar.DataType": {"fullname": "graphar.DataType", "modulename": "graphar", "qualname": "DataType", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.DataType.__init__": {"fullname": "graphar.DataType.__init__", "modulename": "graphar", "qualname": "DataType.__init__", "kind": "function", "doc": "<p>__init__(<em>args, *</em>kwargs)\nOverloaded function.</p>\n\n<ol>\n<li><p>__init__(self: graphar._core.DataType) -> None</p></li>\n<li><p>__init__(self: graphar._core.DataType, arg0: graphar._core.Type) -> None</p></li>\n</ol>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.DataType.id": {"fullname": "graphar.DataType.id", "modulename": "graphar", "qualname": "DataType.id", "kind": "function", "doc": "<p>id(self: graphar._core.DataType) -> graphar._core.Type</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.DataType.to_type_name": {"fullname": "graphar.DataType.to_type_name", "modulename": "graphar", "qualname": "DataType.to_type_name", "kind": "function", "doc": "<p>to_type_name(self: graphar._core.DataType) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.AdjacentList": {"fullname": "graphar.AdjacentList", "modulename": "graphar", "qualname": "AdjacentList", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.AdjacentList.__init__": {"fullname": "graphar.AdjacentList.__init__", "modulename": "graphar", "qualname": "AdjacentList.__init__", "kind": "function", "doc": "<p>__init__(self: graphar._core.AdjacentList, type: graphar._core.AdjListType, file_type: graphar._core.FileType, prefix: str = '') -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.AdjacentList.get_type": {"fullname": "graphar.AdjacentList.get_type", "modulename": "graphar", "qualname": "AdjacentList.get_type", "kind": "function", "doc": "<p>get_type(self: graphar._core.AdjacentList) -> graphar._core.AdjListType</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.AdjacentList.get_file_type": {"fullname": "graphar.AdjacentList.get_file_type", "modulename": "graphar", "qualname": "AdjacentList.get_file_type", "kind": "function", "doc": "<p>get_file_type(self: graphar._core.AdjacentList) -> graphar._core.FileType</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.AdjacentList.get_prefix": {"fullname": "graphar.AdjacentList.get_prefix", "modulename": "graphar", "qualname": "AdjacentList.get_prefix", "kind": "function", "doc": "<p>get_prefix(self: graphar._core.AdjacentList) -> str</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.AdjacentList.is_validated": {"fullname": "graphar.AdjacentList.is_validated", "modulename": "graphar", "qualname": "AdjacentList.is_validated", "kind": "function", "doc": "<p>is_validated(self: graphar._core.AdjacentList) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Vertex": {"fullname": "graphar.Vertex", "modulename": "graphar", "qualname": "Vertex", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.Vertex.__init__": {"fullname": "graphar.Vertex.__init__", "modulename": "graphar", "qualname": "Vertex.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.Vertex.id": {"fullname": "graphar.Vertex.id", "modulename": "graphar", "qualname": "Vertex.id", "kind": "function", "doc": "<p>id(self: graphar._core.Vertex) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Vertex.property": {"fullname": "graphar.Vertex.property", "modulename": "graphar", "qualname": "Vertex.property", "kind": "function", "doc": "<p>property(self: graphar._core.Vertex, arg0: str) -> object</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Vertex.IsValid": {"fullname": "graphar.Vertex.IsValid", "modulename": "graphar", "qualname": "Vertex.IsValid", "kind": "function", "doc": "<p>IsValid(self: graphar._core.Vertex, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Edge": {"fullname": "graphar.Edge", "modulename": "graphar", "qualname": "Edge", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.Edge.__init__": {"fullname": "graphar.Edge.__init__", "modulename": "graphar", "qualname": "Edge.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.Edge.source": {"fullname": "graphar.Edge.source", "modulename": "graphar", "qualname": "Edge.source", "kind": "function", "doc": "<p>source(self: graphar._core.Edge) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Edge.destination": {"fullname": "graphar.Edge.destination", "modulename": "graphar", "qualname": "Edge.destination", "kind": "function", "doc": "<p>destination(self: graphar._core.Edge) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Edge.property": {"fullname": "graphar.Edge.property", "modulename": "graphar", "qualname": "Edge.property", "kind": "function", "doc": "<p>property(self: graphar._core.Edge, arg0: str) -> object</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.Edge.IsValid": {"fullname": "graphar.Edge.IsValid", "modulename": "graphar", "qualname": "Edge.IsValid", "kind": "function", "doc": "<p>IsValid(self: graphar._core.Edge, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexIter": {"fullname": "graphar.VertexIter", "modulename": "graphar", "qualname": "VertexIter", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.VertexIter.__init__": {"fullname": "graphar.VertexIter.__init__", "modulename": "graphar", "qualname": "VertexIter.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.VertexIter.id": {"fullname": "graphar.VertexIter.id", "modulename": "graphar", "qualname": "VertexIter.id", "kind": "function", "doc": "<p>id(self: graphar._core.VertexIter) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VertexIter.property": {"fullname": "graphar.VertexIter.property", "modulename": "graphar", "qualname": "VertexIter.property", "kind": "function", "doc": "<p>property(self: graphar._core.VertexIter, arg0: str) -> object</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesCollection": {"fullname": "graphar.VerticesCollection", "modulename": "graphar", "qualname": "VerticesCollection", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.VerticesCollection.__init__": {"fullname": "graphar.VerticesCollection.__init__", "modulename": "graphar", "qualname": "VerticesCollection.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.VerticesCollection.begin": {"fullname": "graphar.VerticesCollection.begin", "modulename": "graphar", "qualname": "VerticesCollection.begin", "kind": "function", "doc": "<p>begin(self: graphar._core.VerticesCollection) -> graphar._core.VertexIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesCollection.end": {"fullname": "graphar.VerticesCollection.end", "modulename": "graphar", "qualname": "VerticesCollection.end", "kind": "function", "doc": "<p>end(self: graphar._core.VerticesCollection) -> graphar._core.VertexIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesCollection.find": {"fullname": "graphar.VerticesCollection.find", "modulename": "graphar", "qualname": "VerticesCollection.find", "kind": "function", "doc": "<p>find(self: graphar._core.VerticesCollection, arg0: typing.SupportsInt) -> graphar._core.VertexIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesCollection.size": {"fullname": "graphar.VerticesCollection.size", "modulename": "graphar", "qualname": "VerticesCollection.size", "kind": "function", "doc": "<p>size(self: graphar._core.VerticesCollection) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesCollection.Make": {"fullname": "graphar.VerticesCollection.Make", "modulename": "graphar", "qualname": "VerticesCollection.Make", "kind": "function", "doc": "<p>Make(arg0: graphar._core.GraphInfo, arg1: str) -> graphar._core.VerticesCollection</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeIter": {"fullname": "graphar.EdgeIter", "modulename": "graphar", "qualname": "EdgeIter", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.EdgeIter.__init__": {"fullname": "graphar.EdgeIter.__init__", "modulename": "graphar", "qualname": "EdgeIter.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.EdgeIter.source": {"fullname": "graphar.EdgeIter.source", "modulename": "graphar", "qualname": "EdgeIter.source", "kind": "function", "doc": "<p>source(self: graphar._core.EdgeIter) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeIter.destination": {"fullname": "graphar.EdgeIter.destination", "modulename": "graphar", "qualname": "EdgeIter.destination", "kind": "function", "doc": "<p>destination(self: graphar._core.EdgeIter) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgeIter.property": {"fullname": "graphar.EdgeIter.property", "modulename": "graphar", "qualname": "EdgeIter.property", "kind": "function", "doc": "<p>property(self: graphar._core.EdgeIter, arg0: str) -> object</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesCollection": {"fullname": "graphar.EdgesCollection", "modulename": "graphar", "qualname": "EdgesCollection", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.EdgesCollection.__init__": {"fullname": "graphar.EdgesCollection.__init__", "modulename": "graphar", "qualname": "EdgesCollection.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.EdgesCollection.begin": {"fullname": "graphar.EdgesCollection.begin", "modulename": "graphar", "qualname": "EdgesCollection.begin", "kind": "function", "doc": "<p>begin(self: graphar._core.EdgesCollection) -> graphar._core.EdgeIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesCollection.end": {"fullname": "graphar.EdgesCollection.end", "modulename": "graphar", "qualname": "EdgesCollection.end", "kind": "function", "doc": "<p>end(self: graphar._core.EdgesCollection) -> graphar._core.EdgeIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesCollection.size": {"fullname": "graphar.EdgesCollection.size", "modulename": "graphar", "qualname": "EdgesCollection.size", "kind": "function", "doc": "<p>size(self: graphar._core.EdgesCollection) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesCollection.find_src": {"fullname": "graphar.EdgesCollection.find_src", "modulename": "graphar", "qualname": "EdgesCollection.find_src", "kind": "function", "doc": "<p>find_src(self: graphar._core.EdgesCollection, arg0: typing.SupportsInt, arg1: graphar._core.EdgeIter) -> graphar._core.EdgeIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesCollection.find_dst": {"fullname": "graphar.EdgesCollection.find_dst", "modulename": "graphar", "qualname": "EdgesCollection.find_dst", "kind": "function", "doc": "<p>find_dst(self: graphar._core.EdgesCollection, arg0: typing.SupportsInt, arg1: graphar._core.EdgeIter) -> graphar._core.EdgeIter</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesCollection.Make": {"fullname": "graphar.EdgesCollection.Make", "modulename": "graphar", "qualname": "EdgesCollection.Make", "kind": "function", "doc": "<p>Make(arg0: graphar._core.GraphInfo, arg1: str, arg2: str, arg3: str, arg4: graphar._core.AdjListType) -> graphar._core.EdgesCollection</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex": {"fullname": "graphar.BuilderVertex", "modulename": "graphar", "qualname": "BuilderVertex", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.BuilderVertex.__init__": {"fullname": "graphar.BuilderVertex.__init__", "modulename": "graphar", "qualname": "BuilderVertex.__init__", "kind": "function", "doc": "<p>__init__(<em>args, *</em>kwargs)\nOverloaded function.</p>\n\n<ol>\n<li><p>__init__(self: graphar._core.BuilderVertex) -> None</p></li>\n<li><p>__init__(self: graphar._core.BuilderVertex, arg0: typing.SupportsInt) -> None</p></li>\n</ol>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.BuilderVertex.GetId": {"fullname": "graphar.BuilderVertex.GetId", "modulename": "graphar", "qualname": "BuilderVertex.GetId", "kind": "function", "doc": "<p>GetId(self: graphar._core.BuilderVertex) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex.SetId": {"fullname": "graphar.BuilderVertex.SetId", "modulename": "graphar", "qualname": "BuilderVertex.SetId", "kind": "function", "doc": "<p>SetId(self: graphar._core.BuilderVertex, arg0: typing.SupportsInt) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex.Empty": {"fullname": "graphar.BuilderVertex.Empty", "modulename": "graphar", "qualname": "BuilderVertex.Empty", "kind": "function", "doc": "<p>Empty(self: graphar._core.BuilderVertex) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex.AddProperty": {"fullname": "graphar.BuilderVertex.AddProperty", "modulename": "graphar", "qualname": "BuilderVertex.AddProperty", "kind": "function", "doc": "<p>AddProperty(self: graphar._core.BuilderVertex, arg0: str, arg1: object) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex.GetProperty": {"fullname": "graphar.BuilderVertex.GetProperty", "modulename": "graphar", "qualname": "BuilderVertex.GetProperty", "kind": "function", "doc": "<p>GetProperty(self: graphar._core.BuilderVertex, arg0: str) -> object</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex.GetProperties": {"fullname": "graphar.BuilderVertex.GetProperties", "modulename": "graphar", "qualname": "BuilderVertex.GetProperties", "kind": "function", "doc": "<p>GetProperties(self: graphar._core.BuilderVertex) -> dict[str, std::any]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderVertex.ContainProperty": {"fullname": "graphar.BuilderVertex.ContainProperty", "modulename": "graphar", "qualname": "BuilderVertex.ContainProperty", "kind": "function", "doc": "<p>ContainProperty(self: graphar._core.BuilderVertex, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder": {"fullname": "graphar.VerticesBuilder", "modulename": "graphar", "qualname": "VerticesBuilder", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.VerticesBuilder.__init__": {"fullname": "graphar.VerticesBuilder.__init__", "modulename": "graphar", "qualname": "VerticesBuilder.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.VerticesBuilder.Clear": {"fullname": "graphar.VerticesBuilder.Clear", "modulename": "graphar", "qualname": "VerticesBuilder.Clear", "kind": "function", "doc": "<p>Clear(self: graphar._core.VerticesBuilder) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.SetWriterOptions": {"fullname": "graphar.VerticesBuilder.SetWriterOptions", "modulename": "graphar", "qualname": "VerticesBuilder.SetWriterOptions", "kind": "function", "doc": "<p>SetWriterOptions(self: graphar._core.VerticesBuilder, arg0: graphar._core.WriterOptions) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.GetWriterOptions": {"fullname": "graphar.VerticesBuilder.GetWriterOptions", "modulename": "graphar", "qualname": "VerticesBuilder.GetWriterOptions", "kind": "function", "doc": "<p>GetWriterOptions(self: graphar._core.VerticesBuilder) -> graphar._core.WriterOptions</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.SetValidateLevel": {"fullname": "graphar.VerticesBuilder.SetValidateLevel", "modulename": "graphar", "qualname": "VerticesBuilder.SetValidateLevel", "kind": "function", "doc": "<p>SetValidateLevel(self: graphar._core.VerticesBuilder, arg0: graphar._core.ValidateLevel) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.GetValidateLevel": {"fullname": "graphar.VerticesBuilder.GetValidateLevel", "modulename": "graphar", "qualname": "VerticesBuilder.GetValidateLevel", "kind": "function", "doc": "<p>GetValidateLevel(self: graphar._core.VerticesBuilder) -> graphar._core.ValidateLevel</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.AddVertex": {"fullname": "graphar.VerticesBuilder.AddVertex", "modulename": "graphar", "qualname": "VerticesBuilder.AddVertex", "kind": "function", "doc": "<p>AddVertex(self: graphar._core.VerticesBuilder, v: graphar._core.BuilderVertex, index: typing.SupportsInt = -1, validate_level: graphar._core.ValidateLevel = <ValidateLevel.default_validate: 0>) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.GetNum": {"fullname": "graphar.VerticesBuilder.GetNum", "modulename": "graphar", "qualname": "VerticesBuilder.GetNum", "kind": "function", "doc": "<p>GetNum(self: graphar._core.VerticesBuilder) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.Dump": {"fullname": "graphar.VerticesBuilder.Dump", "modulename": "graphar", "qualname": "VerticesBuilder.Dump", "kind": "function", "doc": "<p>Dump(self: graphar._core.VerticesBuilder) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.VerticesBuilder.Make": {"fullname": "graphar.VerticesBuilder.Make", "modulename": "graphar", "qualname": "VerticesBuilder.Make", "kind": "function", "doc": "<p>Make(<em>args, *</em>kwargs)\nOverloaded function.</p>\n\n<ol>\n<li><p>Make(vertex_info: graphar._core.VertexInfo, prefix: str, writer_options: graphar._core.WriterOptions = None, start_vertex_index: typing.SupportsInt = 0, validate_level: graphar._core.ValidateLevel = <ValidateLevel.no_validate: 1>) -> graphar._core.VerticesBuilder</p></li>\n<li><p>Make(graph_info: graphar._core.GraphInfo, type: str, writer_options: graphar._core.WriterOptions = None, start_vertex_index: typing.SupportsInt = 0, validate_level: graphar._core.ValidateLevel = <ValidateLevel.no_validate: 1>) -> graphar._core.VerticesBuilder</p></li>\n<li><p>Make(vertex_info: graphar._core.VertexInfo, prefix: str, start_vertex_index: typing.SupportsInt = 0) -> graphar._core.VerticesBuilder</p></li>\n</ol>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge": {"fullname": "graphar.BuilderEdge", "modulename": "graphar", "qualname": "BuilderEdge", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.BuilderEdge.__init__": {"fullname": "graphar.BuilderEdge.__init__", "modulename": "graphar", "qualname": "BuilderEdge.__init__", "kind": "function", "doc": "<p>__init__(self: graphar._core.BuilderEdge, arg0: typing.SupportsInt, arg1: typing.SupportsInt) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">()</span>"}, "graphar.BuilderEdge.Empty": {"fullname": "graphar.BuilderEdge.Empty", "modulename": "graphar", "qualname": "BuilderEdge.Empty", "kind": "function", "doc": "<p>Empty(self: graphar._core.BuilderEdge) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge.GetSource": {"fullname": "graphar.BuilderEdge.GetSource", "modulename": "graphar", "qualname": "BuilderEdge.GetSource", "kind": "function", "doc": "<p>GetSource(self: graphar._core.BuilderEdge) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge.GetDestination": {"fullname": "graphar.BuilderEdge.GetDestination", "modulename": "graphar", "qualname": "BuilderEdge.GetDestination", "kind": "function", "doc": "<p>GetDestination(self: graphar._core.BuilderEdge) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge.AddProperty": {"fullname": "graphar.BuilderEdge.AddProperty", "modulename": "graphar", "qualname": "BuilderEdge.AddProperty", "kind": "function", "doc": "<p>AddProperty(self: graphar._core.BuilderEdge, arg0: str, arg1: object) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge.GetProperty": {"fullname": "graphar.BuilderEdge.GetProperty", "modulename": "graphar", "qualname": "BuilderEdge.GetProperty", "kind": "function", "doc": "<p>GetProperty(self: graphar._core.BuilderEdge, arg0: str) -> object</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge.GetProperties": {"fullname": "graphar.BuilderEdge.GetProperties", "modulename": "graphar", "qualname": "BuilderEdge.GetProperties", "kind": "function", "doc": "<p>GetProperties(self: graphar._core.BuilderEdge) -> dict[str, std::any]</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.BuilderEdge.ContainProperty": {"fullname": "graphar.BuilderEdge.ContainProperty", "modulename": "graphar", "qualname": "BuilderEdge.ContainProperty", "kind": "function", "doc": "<p>ContainProperty(self: graphar._core.BuilderEdge, arg0: str) -> bool</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder": {"fullname": "graphar.EdgesBuilder", "modulename": "graphar", "qualname": "EdgesBuilder", "kind": "class", "doc": "<p></p>\n", "bases": "pybind11_builtins.pybind11_object"}, "graphar.EdgesBuilder.__init__": {"fullname": "graphar.EdgesBuilder.__init__", "modulename": "graphar", "qualname": "EdgesBuilder.__init__", "kind": "function", "doc": "<p></p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"o\">*</span><span class=\"n\">args</span>, </span><span class=\"param\"><span class=\"o\">**</span><span class=\"n\">kwargs</span></span>)</span>"}, "graphar.EdgesBuilder.SetValidateLevel": {"fullname": "graphar.EdgesBuilder.SetValidateLevel", "modulename": "graphar", "qualname": "EdgesBuilder.SetValidateLevel", "kind": "function", "doc": "<p>SetValidateLevel(self: graphar._core.EdgesBuilder, arg0: graphar._core.ValidateLevel) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.SetWriterOptions": {"fullname": "graphar.EdgesBuilder.SetWriterOptions", "modulename": "graphar", "qualname": "EdgesBuilder.SetWriterOptions", "kind": "function", "doc": "<p>SetWriterOptions(self: graphar._core.EdgesBuilder, arg0: graphar._core.WriterOptions) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.GetWriterOptions": {"fullname": "graphar.EdgesBuilder.GetWriterOptions", "modulename": "graphar", "qualname": "EdgesBuilder.GetWriterOptions", "kind": "function", "doc": "<p>GetWriterOptions(self: graphar._core.EdgesBuilder) -> graphar._core.WriterOptions</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.GetValidateLevel": {"fullname": "graphar.EdgesBuilder.GetValidateLevel", "modulename": "graphar", "qualname": "EdgesBuilder.GetValidateLevel", "kind": "function", "doc": "<p>GetValidateLevel(self: graphar._core.EdgesBuilder) -> graphar._core.ValidateLevel</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.Clear": {"fullname": "graphar.EdgesBuilder.Clear", "modulename": "graphar", "qualname": "EdgesBuilder.Clear", "kind": "function", "doc": "<p>Clear(self: graphar._core.EdgesBuilder) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.AddEdge": {"fullname": "graphar.EdgesBuilder.AddEdge", "modulename": "graphar", "qualname": "EdgesBuilder.AddEdge", "kind": "function", "doc": "<p>AddEdge(self: graphar._core.EdgesBuilder, e: graphar._core.BuilderEdge, validate_level: graphar._core.ValidateLevel = <ValidateLevel.default_validate: 0>) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.GetNum": {"fullname": "graphar.EdgesBuilder.GetNum", "modulename": "graphar", "qualname": "EdgesBuilder.GetNum", "kind": "function", "doc": "<p>GetNum(self: graphar._core.EdgesBuilder) -> int</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.Dump": {"fullname": "graphar.EdgesBuilder.Dump", "modulename": "graphar", "qualname": "EdgesBuilder.Dump", "kind": "function", "doc": "<p>Dump(self: graphar._core.EdgesBuilder) -> None</p>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}, "graphar.EdgesBuilder.Make": {"fullname": "graphar.EdgesBuilder.Make", "modulename": "graphar", "qualname": "EdgesBuilder.Make", "kind": "function", "doc": "<p>Make(<em>args, *</em>kwargs)\nOverloaded function.</p>\n\n<ol>\n<li><p>Make(edge_info: graphar._core.EdgeInfo, prefix: str, adj_list_type: graphar._core.AdjListType, num_vertices: typing.SupportsInt, writer_options: graphar._core.WriterOptions = None, validate_level: graphar._core.ValidateLevel = <ValidateLevel.no_validate: 1>) -> graphar._core.EdgesBuilder</p></li>\n<li><p>Make(graph_info: graphar._core.GraphInfo, src_type: str, edge_type: str, dst_type: str, adj_list_type: graphar._core.AdjListType, num_vertices: typing.SupportsInt, writer_options: graphar._core.WriterOptions = None, validate_level: graphar._core.ValidateLevel = <ValidateLevel.no_validate: 1>) -> graphar._core.EdgesBuilder</p></li>\n</ol>\n", "signature": "<span class=\"signature pdoc-code condensed\">(<span class=\"param\"><span class=\"n\">unknown</span></span><span class=\"return-annotation\">):</span></span>", "funcdef": "def"}}, "docInfo": {"graphar": {"qualname": 0, "fullname": 1, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 3}, "graphar.GraphInfo": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.GraphInfo.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 47}, "graphar.GraphInfo.load": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 38}, "graphar.GraphInfo.add_vertex": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 16}, "graphar.GraphInfo.remove_vertex": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 16}, "graphar.GraphInfo.add_edge": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 16}, "graphar.GraphInfo.remove_edge": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 16}, "graphar.GraphInfo.get_name": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.GraphInfo.get_labels": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.GraphInfo.get_prefix": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.GraphInfo.version": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.GraphInfo.get_extra_info": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.GraphInfo.get_vertex_info": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.GraphInfo.get_edge_info": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "graphar.GraphInfo.get_vertex_info_index": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "graphar.GraphInfo.get_edge_info_index": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "graphar.GraphInfo.vertex_info_num": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.GraphInfo.edge_info_num": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.GraphInfo.get_vertex_info_by_index": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "graphar.GraphInfo.get_edge_info_by_index": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "graphar.GraphInfo.get_vertex_infos": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.GraphInfo.get_edge_infos": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.GraphInfo.save": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.GraphInfo.dump": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.GraphInfo.is_validated": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.VertexInfo": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.VertexInfo.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 35}, "graphar.VertexInfo.add_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.VertexInfo.remove_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.VertexInfo.get_type": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.VertexInfo.get_chunk_size": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VertexInfo.get_prefix": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.VertexInfo.version": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VertexInfo.get_labels": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.VertexInfo.property_group_num": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VertexInfo.get_property_groups": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.VertexInfo.get_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.VertexInfo.get_property_group_by_index": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "graphar.VertexInfo.get_property_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.VertexInfo.get_property_cardinality": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.VertexInfo.has_property": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.VertexInfo.save": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VertexInfo.dump": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.VertexInfo.is_primary_key": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.VertexInfo.is_nullable_key": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.VertexInfo.has_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.VertexInfo.get_file_path": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "graphar.VertexInfo.get_path_prefix": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.VertexInfo.get_vertices_num_file_path": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.VertexInfo.is_validated": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.EdgeInfo": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.EdgeInfo.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 56}, "graphar.EdgeInfo.add_adjacent_list": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.remove_adjacent_list": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.add_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.remove_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.get_src_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.get_edge_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.get_dst_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.get_chunk_size": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.get_src_chunk_size": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.EdgeInfo.get_dst_chunk_size": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.EdgeInfo.get_prefix": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.EdgeInfo.is_directed": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.EdgeInfo.version": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.has_adjacent_list_type": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 16}, "graphar.EdgeInfo.has_property": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.EdgeInfo.has_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.EdgeInfo.get_adjacent_list": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.property_group_num": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.get_property_groups": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.EdgeInfo.get_property_group": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.EdgeInfo.get_property_group_by_index": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 18}, "graphar.EdgeInfo.get_vertices_num_file_path": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.get_edges_num_file_path": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 20}, "graphar.EdgeInfo.get_adj_list_file_path": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 23}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 17}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"qualname": 7, "fullname": 8, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 21}, "graphar.EdgeInfo.get_offset_path_prefix": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 16}, "graphar.EdgeInfo.get_property_file_path": {"qualname": 5, "fullname": 6, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 26}, "graphar.EdgeInfo.get_property_group_path_prefix": {"qualname": 6, "fullname": 7, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 21}, "graphar.EdgeInfo.get_property_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 15}, "graphar.EdgeInfo.is_primary_key": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.EdgeInfo.is_nullable_key": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.EdgeInfo.save": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgeInfo.dump": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgeInfo.is_validated": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.PropertyGroup": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.PropertyGroup.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 23}, "graphar.PropertyGroup.get_properties": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.PropertyGroup.has_property": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.PropertyGroup.get_file_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.PropertyGroup.get_prefix": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.PropertyGroup.is_validated": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.Property": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.Property.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 60}, "graphar.Property.name": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "graphar.Property.type": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "graphar.Property.is_primary": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "graphar.Property.is_nullable": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 9}, "graphar.Property.cardinality": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 0, "bases": 0, "doc": 11}, "graphar.DataType": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.DataType.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 43}, "graphar.DataType.id": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.DataType.to_type_name": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.AdjacentList": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.AdjacentList.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 21}, "graphar.AdjacentList.get_type": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.AdjacentList.get_file_type": {"qualname": 4, "fullname": 5, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.AdjacentList.get_prefix": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.AdjacentList.is_validated": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.Vertex": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.Vertex.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.Vertex.id": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.Vertex.property": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.Vertex.IsValid": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.Edge": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.Edge.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.Edge.source": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.Edge.destination": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.Edge.property": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.Edge.IsValid": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VertexIter": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.VertexIter.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.VertexIter.id": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.VertexIter.property": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VerticesCollection": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.VerticesCollection.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.VerticesCollection.begin": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VerticesCollection.end": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VerticesCollection.find": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 14}, "graphar.VerticesCollection.size": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.VerticesCollection.Make": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.EdgeIter": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.EdgeIter.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.EdgeIter.source": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgeIter.destination": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgeIter.property": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgesCollection": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.EdgesCollection.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.EdgesCollection.begin": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgesCollection.end": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgesCollection.size": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgesCollection.find_src": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "graphar.EdgesCollection.find_dst": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 19}, "graphar.EdgesCollection.Make": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 21}, "graphar.BuilderVertex": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.BuilderVertex.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 42}, "graphar.BuilderVertex.GetId": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.BuilderVertex.SetId": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 12}, "graphar.BuilderVertex.Empty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.BuilderVertex.AddProperty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.BuilderVertex.GetProperty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.BuilderVertex.GetProperties": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.BuilderVertex.ContainProperty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VerticesBuilder": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.VerticesBuilder.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.VerticesBuilder.Clear": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.VerticesBuilder.SetWriterOptions": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.VerticesBuilder.GetWriterOptions": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VerticesBuilder.SetValidateLevel": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.VerticesBuilder.GetValidateLevel": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.VerticesBuilder.AddVertex": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 24}, "graphar.VerticesBuilder.GetNum": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.VerticesBuilder.Dump": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.VerticesBuilder.Make": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 106}, "graphar.BuilderEdge": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.BuilderEdge.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 4, "bases": 0, "doc": 16}, "graphar.BuilderEdge.Empty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.BuilderEdge.GetSource": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.BuilderEdge.GetDestination": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.BuilderEdge.AddProperty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.BuilderEdge.GetProperty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.BuilderEdge.GetProperties": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 10}, "graphar.BuilderEdge.ContainProperty": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgesBuilder": {"qualname": 1, "fullname": 2, "annotation": 0, "default_value": 0, "signature": 0, "bases": 4, "doc": 3}, "graphar.EdgesBuilder.__init__": {"qualname": 3, "fullname": 4, "annotation": 0, "default_value": 0, "signature": 18, "bases": 0, "doc": 3}, "graphar.EdgesBuilder.SetValidateLevel": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.EdgesBuilder.SetWriterOptions": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 13}, "graphar.EdgesBuilder.GetWriterOptions": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgesBuilder.GetValidateLevel": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 11}, "graphar.EdgesBuilder.Clear": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgesBuilder.AddEdge": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 20}, "graphar.EdgesBuilder.GetNum": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgesBuilder.Dump": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 9}, "graphar.EdgesBuilder.Make": {"qualname": 2, "fullname": 3, "annotation": 0, "default_value": 0, "signature": 11, "bases": 0, "doc": 99}}, "length": 187, "save": true}, "index": {"qualname": {"root": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}}, "df": 17, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo": {"tf": 1}, "graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.load": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}}, "df": 25}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}}, "df": 13, "s": {"docs": {"graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}}, "df": 50, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.BuilderVertex.GetId": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}}, "df": 2}}}}}}}}}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"graphar.BuilderEdge.GetSource": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.BuilderEdge.GetDestination": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}}, "df": 17}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}}, "df": 9, "s": {"docs": {"graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}}, "df": 2}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 12, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}}, "df": 2}}}}}}, "d": {"docs": {"graphar.DataType.id": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}}, "df": 3}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.load": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}}, "df": 7}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}}, "df": 5, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}}, "df": 2}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.EdgesBuilder.AddEdge": {"tf": 1}}, "df": 1}}}}}, "j": {"docs": {"graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}}, "df": 4, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.AdjacentList": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.Vertex": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}}, "df": 12, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.VertexInfo": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}}, "df": 25}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VertexIter": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}}, "df": 4}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}}, "df": 2, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.VerticesCollection": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}}, "df": 7}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}}, "df": 11}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.GraphInfo.version": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 5}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}}, "df": 5}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.Edge": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}}, "df": 14, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.EdgeInfo": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}}, "df": 37}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.EdgeIter": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}}, "df": 5}}}}, "s": {"docs": {"graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}}, "df": 1, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.EdgesCollection": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}}, "df": 8}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.EdgesBuilder": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 11}}}}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"graphar.GraphInfo.get_extra_info": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"graphar.VerticesCollection.end": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.get_name": {"tf": 1}, "graphar.Property.name": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}}, "df": 3}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}}, "df": 7}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}}, "df": 3}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}}, "df": 9}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.Property": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}}, "df": 33, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"graphar.PropertyGroup": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}}, "df": 7}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.PropertyGroup.get_properties": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}}, "df": 11}}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}}, "df": 4}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"graphar.VerticesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.BuilderVertex": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}}, "df": 9}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.BuilderEdge": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}}, "df": 9}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.save": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}}, "df": 6}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {"graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}}, "df": 3}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"graphar.Edge.source": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.BuilderVertex.SetId": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"graphar.GraphInfo.dump": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}}, "df": 5}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"graphar.EdgeInfo.is_directed": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.DataType": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}}, "df": 4}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.Edge.destination": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}}, "df": 2}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}}, "df": 12}}}, "o": {"docs": {"graphar.DataType.to_type_name": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}}, "df": 4}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}}, "df": 2}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}}, "df": 6}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}}, "df": 4}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}}, "df": 9}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"graphar.VerticesCollection.find": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}}, "df": 3}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 4}}}}}}, "fullname": {"root": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}}, "df": 17, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar": {"tf": 1}, "graphar.GraphInfo": {"tf": 1}, "graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.load": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}, "graphar.DataType": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}, "graphar.Vertex": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgeIter": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.BuilderVertex": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.BuilderEdge": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 187}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo": {"tf": 1}, "graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.load": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}}, "df": 25}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}}, "df": 13, "s": {"docs": {"graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}}, "df": 50, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.BuilderVertex.GetId": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}}, "df": 2}}}}}}}}}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"graphar.BuilderEdge.GetSource": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.BuilderEdge.GetDestination": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}}, "df": 17}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}}, "df": 9, "s": {"docs": {"graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}}, "df": 2}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}}, "df": 6}}}}, "s": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 12, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}}, "df": 2}}}}}}, "d": {"docs": {"graphar.DataType.id": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}}, "df": 3}}, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.load": {"tf": 1}}, "df": 1}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}}, "df": 2}}}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}}, "df": 7}}}}, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}}, "df": 5, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}}, "df": 2}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.EdgesBuilder.AddEdge": {"tf": 1}}, "df": 1}}}}}, "j": {"docs": {"graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}}, "df": 4, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.AdjacentList": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 6}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.Vertex": {"tf": 1}, "graphar.Vertex.__init__": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}}, "df": 12, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.VertexInfo": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}}, "df": 25}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VertexIter": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}}, "df": 4}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}}, "df": 2, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.VerticesCollection": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}}, "df": 7}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}}, "df": 11}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.GraphInfo.version": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 5}}}}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}}, "df": 5}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.Edge": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}}, "df": 14, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.EdgeInfo": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}}, "df": 37}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.EdgeIter": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}}, "df": 5}}}}, "s": {"docs": {"graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}}, "df": 1, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.EdgesCollection": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}}, "df": 8}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.EdgesBuilder": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 11}}}}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"graphar.GraphInfo.get_extra_info": {"tf": 1}}, "df": 1}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"graphar.VerticesCollection.end": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.get_name": {"tf": 1}, "graphar.Property.name": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}}, "df": 3}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}}, "df": 7}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}}, "df": 3}}}}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}}, "df": 9}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.Property": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}}, "df": 33, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"graphar.PropertyGroup": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}}, "df": 7}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.PropertyGroup.get_properties": {"tf": 1}}, "df": 1}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}}, "df": 11}}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}}, "df": 4}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"graphar.VerticesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.BuilderVertex": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}}, "df": 9}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.BuilderEdge": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}}, "df": 9}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.save": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}}, "df": 6}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {"graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}}, "df": 3}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"graphar.Edge.source": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}}, "df": 2}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.BuilderVertex.SetId": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}}, "d": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"graphar.GraphInfo.dump": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}}, "df": 5}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}}, "df": 3}}, "i": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"graphar.EdgeInfo.is_directed": {"tf": 1}}, "df": 1}}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.DataType": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}}, "df": 4}}}}}}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.Edge.destination": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}}, "df": 2}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}}, "df": 12}}}, "o": {"docs": {"graphar.DataType.to_type_name": {"tf": 1}}, "df": 1}}, "c": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}}, "df": 4}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}}, "df": 2}}}}}}}}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}}, "df": 2}}}}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}}, "df": 6}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}}, "df": 4}}}, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}}, "df": 9}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"graphar.VerticesCollection.find": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}}, "df": 3}}}}, "o": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}}, "df": 2}}}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 4}}}}}}, "annotation": {"root": {"docs": {}, "df": 0}}, "default_value": {"root": {"docs": {}, "df": 0}}, "signature": {"root": {"docs": {"graphar.GraphInfo.__init__": {"tf": 2}, "graphar.GraphInfo.load": {"tf": 3.1622776601683795}, "graphar.GraphInfo.add_vertex": {"tf": 3.1622776601683795}, "graphar.GraphInfo.remove_vertex": {"tf": 3.1622776601683795}, "graphar.GraphInfo.add_edge": {"tf": 3.1622776601683795}, "graphar.GraphInfo.remove_edge": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_name": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_labels": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_prefix": {"tf": 3.1622776601683795}, "graphar.GraphInfo.version": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_extra_info": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_vertex_info": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_edge_info": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_edge_info_index": {"tf": 3.1622776601683795}, "graphar.GraphInfo.vertex_info_num": {"tf": 3.1622776601683795}, "graphar.GraphInfo.edge_info_num": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_vertex_infos": {"tf": 3.1622776601683795}, "graphar.GraphInfo.get_edge_infos": {"tf": 3.1622776601683795}, "graphar.GraphInfo.save": {"tf": 3.1622776601683795}, "graphar.GraphInfo.dump": {"tf": 3.1622776601683795}, "graphar.GraphInfo.is_validated": {"tf": 3.1622776601683795}, "graphar.VertexInfo.__init__": {"tf": 2}, "graphar.VertexInfo.add_property_group": {"tf": 3.1622776601683795}, "graphar.VertexInfo.remove_property_group": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_type": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_chunk_size": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_prefix": {"tf": 3.1622776601683795}, "graphar.VertexInfo.version": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_labels": {"tf": 3.1622776601683795}, "graphar.VertexInfo.property_group_num": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_property_groups": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_property_group": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_property_type": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_property_cardinality": {"tf": 3.1622776601683795}, "graphar.VertexInfo.has_property": {"tf": 3.1622776601683795}, "graphar.VertexInfo.save": {"tf": 3.1622776601683795}, "graphar.VertexInfo.dump": {"tf": 3.1622776601683795}, "graphar.VertexInfo.is_primary_key": {"tf": 3.1622776601683795}, "graphar.VertexInfo.is_nullable_key": {"tf": 3.1622776601683795}, "graphar.VertexInfo.has_property_group": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_file_path": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_path_prefix": {"tf": 3.1622776601683795}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 3.1622776601683795}, "graphar.VertexInfo.is_validated": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.__init__": {"tf": 2}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.add_property_group": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.remove_property_group": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_src_type": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_edge_type": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_dst_type": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_chunk_size": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_prefix": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.is_directed": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.version": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.has_property": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.has_property_group": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.property_group_num": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_property_groups": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_property_group": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_property_file_path": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.get_property_type": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.is_primary_key": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.is_nullable_key": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.save": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.dump": {"tf": 3.1622776601683795}, "graphar.EdgeInfo.is_validated": {"tf": 3.1622776601683795}, "graphar.PropertyGroup.__init__": {"tf": 2}, "graphar.PropertyGroup.get_properties": {"tf": 3.1622776601683795}, "graphar.PropertyGroup.has_property": {"tf": 3.1622776601683795}, "graphar.PropertyGroup.get_file_type": {"tf": 3.1622776601683795}, "graphar.PropertyGroup.get_prefix": {"tf": 3.1622776601683795}, "graphar.PropertyGroup.is_validated": {"tf": 3.1622776601683795}, "graphar.Property.__init__": {"tf": 2}, "graphar.DataType.__init__": {"tf": 2}, "graphar.DataType.id": {"tf": 3.1622776601683795}, "graphar.DataType.to_type_name": {"tf": 3.1622776601683795}, "graphar.AdjacentList.__init__": {"tf": 2}, "graphar.AdjacentList.get_type": {"tf": 3.1622776601683795}, "graphar.AdjacentList.get_file_type": {"tf": 3.1622776601683795}, "graphar.AdjacentList.get_prefix": {"tf": 3.1622776601683795}, "graphar.AdjacentList.is_validated": {"tf": 3.1622776601683795}, "graphar.Vertex.__init__": {"tf": 4}, "graphar.Vertex.id": {"tf": 3.1622776601683795}, "graphar.Vertex.property": {"tf": 3.1622776601683795}, "graphar.Vertex.IsValid": {"tf": 3.1622776601683795}, "graphar.Edge.__init__": {"tf": 4}, "graphar.Edge.source": {"tf": 3.1622776601683795}, "graphar.Edge.destination": {"tf": 3.1622776601683795}, "graphar.Edge.property": {"tf": 3.1622776601683795}, "graphar.Edge.IsValid": {"tf": 3.1622776601683795}, "graphar.VertexIter.__init__": {"tf": 4}, "graphar.VertexIter.id": {"tf": 3.1622776601683795}, "graphar.VertexIter.property": {"tf": 3.1622776601683795}, "graphar.VerticesCollection.__init__": {"tf": 4}, "graphar.VerticesCollection.begin": {"tf": 3.1622776601683795}, "graphar.VerticesCollection.end": {"tf": 3.1622776601683795}, "graphar.VerticesCollection.find": {"tf": 3.1622776601683795}, "graphar.VerticesCollection.size": {"tf": 3.1622776601683795}, "graphar.VerticesCollection.Make": {"tf": 3.1622776601683795}, "graphar.EdgeIter.__init__": {"tf": 4}, "graphar.EdgeIter.source": {"tf": 3.1622776601683795}, "graphar.EdgeIter.destination": {"tf": 3.1622776601683795}, "graphar.EdgeIter.property": {"tf": 3.1622776601683795}, "graphar.EdgesCollection.__init__": {"tf": 4}, "graphar.EdgesCollection.begin": {"tf": 3.1622776601683795}, "graphar.EdgesCollection.end": {"tf": 3.1622776601683795}, "graphar.EdgesCollection.size": {"tf": 3.1622776601683795}, "graphar.EdgesCollection.find_src": {"tf": 3.1622776601683795}, "graphar.EdgesCollection.find_dst": {"tf": 3.1622776601683795}, "graphar.EdgesCollection.Make": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.__init__": {"tf": 2}, "graphar.BuilderVertex.GetId": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.SetId": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.Empty": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.AddProperty": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.GetProperty": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.GetProperties": {"tf": 3.1622776601683795}, "graphar.BuilderVertex.ContainProperty": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.__init__": {"tf": 4}, "graphar.VerticesBuilder.Clear": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.AddVertex": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.GetNum": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.Dump": {"tf": 3.1622776601683795}, "graphar.VerticesBuilder.Make": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.__init__": {"tf": 2}, "graphar.BuilderEdge.Empty": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.GetSource": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.GetDestination": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.AddProperty": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.GetProperty": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.GetProperties": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.ContainProperty": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.__init__": {"tf": 4}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.Clear": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.AddEdge": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.GetNum": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.Dump": {"tf": 3.1622776601683795}, "graphar.EdgesBuilder.Make": {"tf": 3.1622776601683795}}, "df": 164, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "n": {"docs": {"graphar.GraphInfo.load": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 147}}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"graphar.Vertex.__init__": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}}, "df": 8}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"graphar.Vertex.__init__": {"tf": 1}, "graphar.Edge.__init__": {"tf": 1}, "graphar.VertexIter.__init__": {"tf": 1}, "graphar.VerticesCollection.__init__": {"tf": 1}, "graphar.EdgeIter.__init__": {"tf": 1}, "graphar.EdgesCollection.__init__": {"tf": 1}, "graphar.VerticesBuilder.__init__": {"tf": 1}, "graphar.EdgesBuilder.__init__": {"tf": 1}}, "df": 8}}}}}}}}, "bases": {"root": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "d": {"1": {"1": {"docs": {"graphar.GraphInfo": {"tf": 1.4142135623730951}, "graphar.VertexInfo": {"tf": 1.4142135623730951}, "graphar.EdgeInfo": {"tf": 1.4142135623730951}, "graphar.PropertyGroup": {"tf": 1.4142135623730951}, "graphar.Property": {"tf": 1.4142135623730951}, "graphar.DataType": {"tf": 1.4142135623730951}, "graphar.AdjacentList": {"tf": 1.4142135623730951}, "graphar.Vertex": {"tf": 1.4142135623730951}, "graphar.Edge": {"tf": 1.4142135623730951}, "graphar.VertexIter": {"tf": 1.4142135623730951}, "graphar.VerticesCollection": {"tf": 1.4142135623730951}, "graphar.EdgeIter": {"tf": 1.4142135623730951}, "graphar.EdgesCollection": {"tf": 1.4142135623730951}, "graphar.BuilderVertex": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder": {"tf": 1.4142135623730951}, "graphar.BuilderEdge": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder": {"tf": 1.4142135623730951}}, "df": 17}, "docs": {}, "df": 0}, "docs": {}, "df": 0}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo": {"tf": 1}, "graphar.VertexInfo": {"tf": 1}, "graphar.EdgeInfo": {"tf": 1}, "graphar.PropertyGroup": {"tf": 1}, "graphar.Property": {"tf": 1}, "graphar.DataType": {"tf": 1}, "graphar.AdjacentList": {"tf": 1}, "graphar.Vertex": {"tf": 1}, "graphar.Edge": {"tf": 1}, "graphar.VertexIter": {"tf": 1}, "graphar.VerticesCollection": {"tf": 1}, "graphar.EdgeIter": {"tf": 1}, "graphar.EdgesCollection": {"tf": 1}, "graphar.BuilderVertex": {"tf": 1}, "graphar.VerticesBuilder": {"tf": 1}, "graphar.BuilderEdge": {"tf": 1}, "graphar.EdgesBuilder": {"tf": 1}}, "df": 17}}}}}}}}, "o": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo": {"tf": 1}, "graphar.VertexInfo": {"tf": 1}, "graphar.EdgeInfo": {"tf": 1}, "graphar.PropertyGroup": {"tf": 1}, "graphar.Property": {"tf": 1}, "graphar.DataType": {"tf": 1}, "graphar.AdjacentList": {"tf": 1}, "graphar.Vertex": {"tf": 1}, "graphar.Edge": {"tf": 1}, "graphar.VertexIter": {"tf": 1}, "graphar.VerticesCollection": {"tf": 1}, "graphar.EdgeIter": {"tf": 1}, "graphar.EdgesCollection": {"tf": 1}, "graphar.BuilderVertex": {"tf": 1}, "graphar.VerticesBuilder": {"tf": 1}, "graphar.BuilderEdge": {"tf": 1}, "graphar.EdgesBuilder": {"tf": 1}}, "df": 17}}}}}}}}, "doc": {"root": {"0": {"docs": {"graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}}, "df": 1}, "1": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}}, "df": 1}, "docs": {"graphar": {"tf": 1.7320508075688772}, "graphar.GraphInfo": {"tf": 1.7320508075688772}, "graphar.GraphInfo.__init__": {"tf": 2.6457513110645907}, "graphar.GraphInfo.load": {"tf": 4.358898943540674}, "graphar.GraphInfo.add_vertex": {"tf": 1.7320508075688772}, "graphar.GraphInfo.remove_vertex": {"tf": 1.7320508075688772}, "graphar.GraphInfo.add_edge": {"tf": 1.7320508075688772}, "graphar.GraphInfo.remove_edge": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_name": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_labels": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_prefix": {"tf": 1.7320508075688772}, "graphar.GraphInfo.version": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_extra_info": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_vertex_info": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_edge_info": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1.7320508075688772}, "graphar.GraphInfo.vertex_info_num": {"tf": 1.7320508075688772}, "graphar.GraphInfo.edge_info_num": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_edge_infos": {"tf": 1.7320508075688772}, "graphar.GraphInfo.save": {"tf": 1.7320508075688772}, "graphar.GraphInfo.dump": {"tf": 1.7320508075688772}, "graphar.GraphInfo.is_validated": {"tf": 1.7320508075688772}, "graphar.VertexInfo": {"tf": 1.7320508075688772}, "graphar.VertexInfo.__init__": {"tf": 2.23606797749979}, "graphar.VertexInfo.add_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.remove_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_type": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_chunk_size": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_prefix": {"tf": 1.7320508075688772}, "graphar.VertexInfo.version": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_labels": {"tf": 1.7320508075688772}, "graphar.VertexInfo.property_group_num": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_property_groups": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_property_type": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1.7320508075688772}, "graphar.VertexInfo.has_property": {"tf": 1.7320508075688772}, "graphar.VertexInfo.save": {"tf": 1.7320508075688772}, "graphar.VertexInfo.dump": {"tf": 1.7320508075688772}, "graphar.VertexInfo.is_primary_key": {"tf": 1.7320508075688772}, "graphar.VertexInfo.is_nullable_key": {"tf": 1.7320508075688772}, "graphar.VertexInfo.has_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_file_path": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_path_prefix": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1.7320508075688772}, "graphar.VertexInfo.is_validated": {"tf": 1.7320508075688772}, "graphar.EdgeInfo": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.__init__": {"tf": 2}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.add_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.remove_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_src_type": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_edge_type": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_dst_type": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_prefix": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.is_directed": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.version": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.has_property": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.has_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.property_group_num": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_groups": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_type": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.is_primary_key": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.save": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.dump": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.is_validated": {"tf": 1.7320508075688772}, "graphar.PropertyGroup": {"tf": 1.7320508075688772}, "graphar.PropertyGroup.__init__": {"tf": 2}, "graphar.PropertyGroup.get_properties": {"tf": 1.7320508075688772}, "graphar.PropertyGroup.has_property": {"tf": 1.7320508075688772}, "graphar.PropertyGroup.get_file_type": {"tf": 1.7320508075688772}, "graphar.PropertyGroup.get_prefix": {"tf": 1.7320508075688772}, "graphar.PropertyGroup.is_validated": {"tf": 1.7320508075688772}, "graphar.Property": {"tf": 1.7320508075688772}, "graphar.Property.__init__": {"tf": 4.898979485566356}, "graphar.Property.name": {"tf": 2}, "graphar.Property.type": {"tf": 2}, "graphar.Property.is_primary": {"tf": 2}, "graphar.Property.is_nullable": {"tf": 2}, "graphar.Property.cardinality": {"tf": 2}, "graphar.DataType": {"tf": 1.7320508075688772}, "graphar.DataType.__init__": {"tf": 4.69041575982343}, "graphar.DataType.id": {"tf": 1.7320508075688772}, "graphar.DataType.to_type_name": {"tf": 1.7320508075688772}, "graphar.AdjacentList": {"tf": 1.7320508075688772}, "graphar.AdjacentList.__init__": {"tf": 2}, "graphar.AdjacentList.get_type": {"tf": 1.7320508075688772}, "graphar.AdjacentList.get_file_type": {"tf": 1.7320508075688772}, "graphar.AdjacentList.get_prefix": {"tf": 1.7320508075688772}, "graphar.AdjacentList.is_validated": {"tf": 1.7320508075688772}, "graphar.Vertex": {"tf": 1.7320508075688772}, "graphar.Vertex.__init__": {"tf": 1.7320508075688772}, "graphar.Vertex.id": {"tf": 1.7320508075688772}, "graphar.Vertex.property": {"tf": 1.7320508075688772}, "graphar.Vertex.IsValid": {"tf": 1.7320508075688772}, "graphar.Edge": {"tf": 1.7320508075688772}, "graphar.Edge.__init__": {"tf": 1.7320508075688772}, "graphar.Edge.source": {"tf": 1.7320508075688772}, "graphar.Edge.destination": {"tf": 1.7320508075688772}, "graphar.Edge.property": {"tf": 1.7320508075688772}, "graphar.Edge.IsValid": {"tf": 1.7320508075688772}, "graphar.VertexIter": {"tf": 1.7320508075688772}, "graphar.VertexIter.__init__": {"tf": 1.7320508075688772}, "graphar.VertexIter.id": {"tf": 1.7320508075688772}, "graphar.VertexIter.property": {"tf": 1.7320508075688772}, "graphar.VerticesCollection": {"tf": 1.7320508075688772}, "graphar.VerticesCollection.__init__": {"tf": 1.7320508075688772}, "graphar.VerticesCollection.begin": {"tf": 1.7320508075688772}, "graphar.VerticesCollection.end": {"tf": 1.7320508075688772}, "graphar.VerticesCollection.find": {"tf": 1.7320508075688772}, "graphar.VerticesCollection.size": {"tf": 1.7320508075688772}, "graphar.VerticesCollection.Make": {"tf": 1.7320508075688772}, "graphar.EdgeIter": {"tf": 1.7320508075688772}, "graphar.EdgeIter.__init__": {"tf": 1.7320508075688772}, "graphar.EdgeIter.source": {"tf": 1.7320508075688772}, "graphar.EdgeIter.destination": {"tf": 1.7320508075688772}, "graphar.EdgeIter.property": {"tf": 1.7320508075688772}, "graphar.EdgesCollection": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.__init__": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.begin": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.end": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.size": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.find_src": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.find_dst": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.Make": {"tf": 1.7320508075688772}, "graphar.BuilderVertex": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.__init__": {"tf": 4.69041575982343}, "graphar.BuilderVertex.GetId": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.SetId": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.Empty": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.AddProperty": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.GetProperty": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.GetProperties": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.ContainProperty": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.__init__": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.Clear": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.AddVertex": {"tf": 2.23606797749979}, "graphar.VerticesBuilder.GetNum": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.Dump": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.Make": {"tf": 5.291502622129181}, "graphar.BuilderEdge": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.__init__": {"tf": 2}, "graphar.BuilderEdge.Empty": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.GetSource": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.GetDestination": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.AddProperty": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.GetProperty": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.GetProperties": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.ContainProperty": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.__init__": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.Clear": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.AddEdge": {"tf": 2.23606797749979}, "graphar.EdgesBuilder.GetNum": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.Dump": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.Make": {"tf": 4.795831523312719}}, "df": 187, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.Property.__init__": {"tf": 1.7320508075688772}, "graphar.DataType.__init__": {"tf": 1.7320508075688772}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.__init__": {"tf": 1}}, "df": 9}}, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 12, "s": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}}, "df": 3}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}}, "df": 6}}}}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}}, "df": 8}}}, "t": {"docs": {"graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}}, "df": 23}}, "s": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.__init__": {"tf": 1.4142135623730951}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 11, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}}, "df": 2}}}}}}, "d": {"docs": {"graphar.DataType.id": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}}, "df": 3}}, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "f": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.__init__": {"tf": 1.4142135623730951}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1.4142135623730951}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1.4142135623730951}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}}, "df": 156}}, "q": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1.4142135623730951}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.__init__": {"tf": 1}}, "df": 4}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}}, "df": 2}}}}}}}}}}, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.BuilderVertex.SetId": {"tf": 1}}, "df": 1}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1.7320508075688772}, "graphar.GraphInfo.load": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1.7320508075688772}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 2}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.Property.name": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 2}}, "df": 69}, "d": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, ":": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}}, "df": 2}}}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {"graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}}, "df": 1}}}}, "u": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.__init__": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 20}}}}}}}}}}, "a": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.save": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}}, "df": 3}}}, "i": {"docs": {}, "df": 0, "z": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}}, "df": 8}}}, "r": {"docs": {}, "df": 0, "c": {"docs": {"graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 5}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"graphar.Edge.source": {"tf": 1}, "graphar.EdgeIter.source": {"tf": 1}}, "df": 2}}}}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 3, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1.4142135623730951}, "graphar.GraphInfo.load": {"tf": 1.4142135623730951}, "graphar.GraphInfo.add_vertex": {"tf": 1.7320508075688772}, "graphar.GraphInfo.remove_vertex": {"tf": 1.7320508075688772}, "graphar.GraphInfo.add_edge": {"tf": 1.7320508075688772}, "graphar.GraphInfo.remove_edge": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_edge_info": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1.4142135623730951}, "graphar.VertexInfo.add_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.remove_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_type": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1.4142135623730951}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_file_path": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_path_prefix": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.add_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.remove_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_type": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.__init__": {"tf": 2}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1.4142135623730951}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1.4142135623730951}, "graphar.DataType.__init__": {"tf": 1.7320508075688772}, "graphar.DataType.id": {"tf": 1.4142135623730951}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1.7320508075688772}, "graphar.AdjacentList.get_type": {"tf": 1.4142135623730951}, "graphar.AdjacentList.get_file_type": {"tf": 1.4142135623730951}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.end": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.find": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1.4142135623730951}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1.4142135623730951}, "graphar.EdgesCollection.end": {"tf": 1.4142135623730951}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.find_dst": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.Make": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.__init__": {"tf": 1.4142135623730951}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.AddVertex": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 3.1622776601683795}}, "df": 161}}, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.load": {"tf": 1.4142135623730951}, "graphar.GraphInfo.add_vertex": {"tf": 1.4142135623730951}, "graphar.GraphInfo.remove_vertex": {"tf": 1.4142135623730951}, "graphar.GraphInfo.add_edge": {"tf": 1.4142135623730951}, "graphar.GraphInfo.remove_edge": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 28}}}}}}}, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}}, "df": 13, "s": {"docs": {"graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}}, "df": 4}}}}}, "e": {"docs": {}, "df": 0, "t": {"docs": {"graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}}, "df": 50, "i": {"docs": {}, "df": 0, "d": {"docs": {"graphar.BuilderVertex.GetId": {"tf": 1}}, "df": 1}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}}, "df": 2}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}}, "df": 2}}}}}}}}}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "v": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}}, "df": 2}}}}}}}}}}}}}, "n": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "m": {"docs": {"graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}}, "df": 2}}}, "s": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {"graphar.BuilderEdge.GetSource": {"tf": 1}}, "df": 1}}}}}}, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.BuilderEdge.GetDestination": {"tf": 1}}, "df": 1}}}}}}}}}}}}}}, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.__init__": {"tf": 2}, "graphar.GraphInfo.load": {"tf": 1.4142135623730951}, "graphar.GraphInfo.add_vertex": {"tf": 1.7320508075688772}, "graphar.GraphInfo.remove_vertex": {"tf": 1.7320508075688772}, "graphar.GraphInfo.add_edge": {"tf": 1.7320508075688772}, "graphar.GraphInfo.remove_edge": {"tf": 1.7320508075688772}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_edge_info": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1.4142135623730951}, "graphar.GraphInfo.get_edge_infos": {"tf": 1.4142135623730951}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.GraphInfo.dump": {"tf": 1}, "graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1.7320508075688772}, "graphar.VertexInfo.add_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.remove_property_group": {"tf": 1.7320508075688772}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_group": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_type": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1.4142135623730951}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_file_path": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_path_prefix": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 2}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.add_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.remove_property_group": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_property_group": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_type": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1.7320508075688772}, "graphar.PropertyGroup.get_properties": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.__init__": {"tf": 2}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1.4142135623730951}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1.4142135623730951}, "graphar.DataType.__init__": {"tf": 1.7320508075688772}, "graphar.DataType.id": {"tf": 1.4142135623730951}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1.7320508075688772}, "graphar.AdjacentList.get_type": {"tf": 1.4142135623730951}, "graphar.AdjacentList.get_file_type": {"tf": 1.4142135623730951}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.end": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.find": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1.4142135623730951}, "graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1.4142135623730951}, "graphar.EdgesCollection.end": {"tf": 1.4142135623730951}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.find_dst": {"tf": 1.7320508075688772}, "graphar.EdgesCollection.Make": {"tf": 1.7320508075688772}, "graphar.BuilderVertex.__init__": {"tf": 1.4142135623730951}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1.4142135623730951}, "graphar.VerticesBuilder.AddVertex": {"tf": 1.7320508075688772}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 3.1622776601683795}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1.7320508075688772}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 3.1622776601683795}}, "df": 161}}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo.__init__": {"tf": 2}, "graphar.VertexInfo.__init__": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.__init__": {"tf": 1}}, "df": 4}}}}}}}}}, "n": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}}, "df": 2}}}}}}}}}}}}}}, "h": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "k": {"docs": {"graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}}, "df": 6}}}}, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.get_property_cardinality": {"tf": 1.4142135623730951}, "graphar.Property.__init__": {"tf": 1.4142135623730951}, "graphar.Property.cardinality": {"tf": 1}}, "df": 3}}}}}}}}}}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}}, "df": 2}}}}}, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.get_name": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}}, "df": 4}}}, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1.4142135623730951}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1.4142135623730951}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.Property.__init__": {"tf": 1.7320508075688772}, "graphar.DataType.__init__": {"tf": 1.4142135623730951}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1.4142135623730951}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 27}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {"graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 8}, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}}, "df": 3}}}}}}}}, "v": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}}, "df": 1, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.vertex_info_num": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.Vertex.id": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 2.23606797749979}}, "df": 12, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1.4142135623730951}, "graphar.VertexInfo.remove_property_group": {"tf": 1.4142135623730951}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_chunk_size": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 31}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VertexIter.id": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}}, "df": 5}}}}}}, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 3, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.VerticesCollection.begin": {"tf": 1}, "graphar.VerticesCollection.end": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.size": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}}, "df": 5}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder.Clear": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.GetNum": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}}, "df": 9}}}}}}}}}}}}, "s": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.version": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.version": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}}, "df": 6}}}}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 4, "d": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 5}, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.GetValidateLevel": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 8}}}}}}}}}}}}}, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "c": {"docs": {"graphar.GraphInfo.__init__": {"tf": 2}, "graphar.VertexInfo.__init__": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.PropertyGroup.__init__": {"tf": 1}}, "df": 4}}, "r": {"docs": {}, "df": 0, "g": {"0": {"docs": {"graphar.GraphInfo.load": {"tf": 1.4142135623730951}, "graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_vertex_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.save": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.save": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.SetValidateLevel": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}}, "df": 73}, "1": {"docs": {"graphar.GraphInfo.load": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}}, "df": 16}, "2": {"docs": {"graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}}, "df": 5}, "3": {"docs": {"graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}}, "df": 2}, "4": {"docs": {"graphar.EdgesCollection.Make": {"tf": 1}}, "df": 1}, "docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo.load": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 6}}}, "d": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.add_vertex": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}}, "df": 5, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}}, "df": 2}}}}}}}}, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}}, "df": 1}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.EdgesBuilder.AddEdge": {"tf": 1}}, "df": 1}}}}}, "j": {"docs": {"graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 4, "a": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}}, "df": 5, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}}, "df": 9}}}}}}}}}, "l": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 14}}}}}}}}}}}, "e": {"docs": {"graphar.EdgesBuilder.AddEdge": {"tf": 1}}, "df": 1, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info_index": {"tf": 1}, "graphar.GraphInfo.edge_info_num": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.Edge.source": {"tf": 1}, "graphar.Edge.destination": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 15, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "o": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.add_edge": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.GraphInfo.get_edge_info": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_adjacent_list": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.add_property_group": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.remove_property_group": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_src_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.version": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.save": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 43}}}, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.EdgeIter.source": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1.4142135623730951}, "graphar.EdgesCollection.find_dst": {"tf": 1.4142135623730951}}, "df": 7}}}}, "s": {"docs": {"graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}}, "df": 1, "c": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.EdgesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}, "graphar.EdgesCollection.size": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}}, "df": 6}}}}}}}}}}, "b": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.EdgesBuilder.SetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetValidateLevel": {"tf": 1}, "graphar.EdgesBuilder.Clear": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.GetNum": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 9}}}}}}}}}}}, "x": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.get_extra_info": {"tf": 1}}, "df": 2}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"graphar.VerticesCollection.end": {"tf": 1}, "graphar.EdgesCollection.end": {"tf": 1}}, "df": 2}}, "m": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}}, "df": 2}}}}}, "l": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "b": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}}, "df": 4}}}}}, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.load": {"tf": 1.7320508075688772}}, "df": 1}}}, "i": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.add_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 8, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.get_labels": {"tf": 1}, "graphar.VertexInfo.get_labels": {"tf": 1}}, "df": 2}}}, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.get_vertex_infos": {"tf": 1}, "graphar.GraphInfo.get_edge_infos": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}}, "df": 5}}}}}}}}, "s": {"docs": {"graphar.EdgeInfo.__init__": {"tf": 1}}, "df": 1}}}}, "e": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "l": {"docs": {"graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 4}}}}}, "p": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "x": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}, "graphar.GraphInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_prefix": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.get_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_prefix": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 16}}}}, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.property_group_num": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.VertexInfo.get_property_cardinality": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.property_group_num": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.Property.__init__": {"tf": 1.4142135623730951}, "graphar.Property.name": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.Property.cardinality": {"tf": 1}, "graphar.Vertex.property": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}}, "df": 36, "g": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "p": {"docs": {"graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.add_property_group": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_groups": {"tf": 1}, "graphar.VertexInfo.get_property_group": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.add_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_groups": {"tf": 1}, "graphar.EdgeInfo.get_property_group": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.PropertyGroup.get_prefix": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}}, "df": 24}}}}}}, "i": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "s": {"docs": {"graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_properties": {"tf": 1}}, "df": 2}}}}}}}}, "i": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}}, "df": 3}}}}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "h": {"docs": {"graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_path_prefix": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_group_path_prefix": {"tf": 1}}, "df": 11}}}}, "m": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.__init__": {"tf": 1}}, "df": 1}}}}}}}}}, "k": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VerticesCollection.Make": {"tf": 1}, "graphar.EdgesCollection.Make": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 2}, "graphar.EdgesBuilder.Make": {"tf": 1.7320508075688772}}, "df": 4}}}}, "k": {"docs": {}, "df": 0, "w": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "s": {"docs": {"graphar.GraphInfo.load": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 6}}}}}, "e": {"docs": {}, "df": 0, "y": {"docs": {"graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}}, "df": 4}}}, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"graphar.GraphInfo.load": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 6}}}}}}}}}, "f": {"docs": {}, "df": 0, "f": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_offset_path_prefix": {"tf": 1}}, "df": 2}}}}}, "b": {"docs": {}, "df": 0, "j": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {"graphar.Vertex.property": {"tf": 1}, "graphar.Edge.property": {"tf": 1}, "graphar.VertexIter.property": {"tf": 1}, "graphar.EdgeIter.property": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}}, "df": 8}}}}}, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 2}}}}}}}, "f": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.GraphInfo.load": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 6}}}}}}}, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.VertexInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_vertices_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}}, "df": 11, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}}, "df": 4}}}}}}, "n": {"docs": {}, "df": 0, "d": {"docs": {"graphar.VerticesCollection.find": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}}, "df": 3}}}, "a": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "e": {"docs": {"graphar.Property.__init__": {"tf": 1}}, "df": 1}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {"graphar.GraphInfo.remove_vertex": {"tf": 1}, "graphar.GraphInfo.remove_edge": {"tf": 1}, "graphar.VertexInfo.remove_property_group": {"tf": 1}, "graphar.EdgeInfo.remove_adjacent_list": {"tf": 1}, "graphar.EdgeInfo.remove_property_group": {"tf": 1}}, "df": 5}}}}}}, "d": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "[": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "r": {"docs": {"graphar.GraphInfo.get_extra_info": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}}, "df": 3}}}}}}, "r": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "c": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "d": {"docs": {"graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}}, "df": 2}}}}}}}, "u": {"docs": {}, "df": 0, "m": {"docs": {}, "df": 0, "p": {"docs": {"graphar.GraphInfo.dump": {"tf": 1}, "graphar.VertexInfo.dump": {"tf": 1}, "graphar.EdgeInfo.dump": {"tf": 1}, "graphar.VerticesBuilder.Dump": {"tf": 1}, "graphar.EdgesBuilder.Dump": {"tf": 1}}, "df": 5}}}, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "e": {"docs": {"graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.Property.type": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1.4142135623730951}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}}, "df": 7}}}}}}}, "s": {"docs": {}, "df": 0, "t": {"docs": {"graphar.EdgeInfo.__init__": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_chunk_size": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1}}, "df": 5}}, "e": {"docs": {}, "df": 0, "s": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {"graphar.Edge.destination": {"tf": 1}, "graphar.EdgeIter.destination": {"tf": 1}}, "df": 2}}}}}}}}}}}, "b": {"docs": {}, "df": 0, "y": {"docs": {"graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}}, "df": 4}, "o": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "l": {"docs": {"graphar.GraphInfo.is_validated": {"tf": 1}, "graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.is_primary_key": {"tf": 1}, "graphar.VertexInfo.is_nullable_key": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.VertexInfo.is_validated": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1}, "graphar.EdgeInfo.is_directed": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.is_primary_key": {"tf": 1}, "graphar.EdgeInfo.is_nullable_key": {"tf": 1}, "graphar.EdgeInfo.is_validated": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}, "graphar.PropertyGroup.is_validated": {"tf": 1}, "graphar.Property.__init__": {"tf": 1.4142135623730951}, "graphar.Property.is_primary": {"tf": 1}, "graphar.Property.is_nullable": {"tf": 1}, "graphar.AdjacentList.is_validated": {"tf": 1}, "graphar.Vertex.IsValid": {"tf": 1}, "graphar.Edge.IsValid": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}}, "df": 26}}}, "e": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {"graphar.VerticesCollection.begin": {"tf": 1}, "graphar.EdgesCollection.begin": {"tf": 1}}, "df": 2}}}}, "u": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "l": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "v": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "x": {"docs": {"graphar.BuilderVertex.__init__": {"tf": 1.4142135623730951}, "graphar.BuilderVertex.GetId": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.BuilderVertex.Empty": {"tf": 1}, "graphar.BuilderVertex.AddProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperty": {"tf": 1}, "graphar.BuilderVertex.GetProperties": {"tf": 1}, "graphar.BuilderVertex.ContainProperty": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}}, "df": 9}}}}}}, "e": {"docs": {}, "df": 0, "d": {"docs": {}, "df": 0, "g": {"docs": {}, "df": 0, "e": {"docs": {"graphar.BuilderEdge.__init__": {"tf": 1}, "graphar.BuilderEdge.Empty": {"tf": 1}, "graphar.BuilderEdge.GetSource": {"tf": 1}, "graphar.BuilderEdge.GetDestination": {"tf": 1}, "graphar.BuilderEdge.AddProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperty": {"tf": 1}, "graphar.BuilderEdge.GetProperties": {"tf": 1}, "graphar.BuilderEdge.ContainProperty": {"tf": 1}, "graphar.EdgesBuilder.AddEdge": {"tf": 1}}, "df": 9}}}}}}}}}}}, "t": {"docs": {}, "df": 0, "y": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "g": {"docs": {"graphar.GraphInfo.get_vertex_info_by_index": {"tf": 1}, "graphar.GraphInfo.get_edge_info_by_index": {"tf": 1}, "graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_property_group_by_index": {"tf": 1}, "graphar.VertexInfo.get_file_path": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_property_group_by_index": {"tf": 1}, "graphar.EdgeInfo.get_edges_num_file_path": {"tf": 1}, "graphar.EdgeInfo.get_adj_list_file_path": {"tf": 1.4142135623730951}, "graphar.EdgeInfo.get_adj_list_offset_file_path": {"tf": 1}, "graphar.EdgeInfo.get_property_file_path": {"tf": 1.4142135623730951}, "graphar.VerticesCollection.find": {"tf": 1}, "graphar.EdgesCollection.find_src": {"tf": 1}, "graphar.EdgesCollection.find_dst": {"tf": 1}, "graphar.BuilderVertex.__init__": {"tf": 1}, "graphar.BuilderVertex.SetId": {"tf": 1}, "graphar.VerticesBuilder.AddVertex": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.7320508075688772}, "graphar.BuilderEdge.__init__": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 20}}}, "e": {"docs": {"graphar.VertexInfo.__init__": {"tf": 1}, "graphar.VertexInfo.get_type": {"tf": 1}, "graphar.VertexInfo.get_property_type": {"tf": 1}, "graphar.EdgeInfo.__init__": {"tf": 1.7320508075688772}, "graphar.EdgeInfo.get_src_type": {"tf": 1}, "graphar.EdgeInfo.get_edge_type": {"tf": 1}, "graphar.EdgeInfo.get_dst_type": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.get_property_type": {"tf": 1}, "graphar.PropertyGroup.__init__": {"tf": 1}, "graphar.PropertyGroup.get_file_type": {"tf": 1}, "graphar.Property.__init__": {"tf": 1}, "graphar.DataType.__init__": {"tf": 1}, "graphar.DataType.id": {"tf": 1}, "graphar.DataType.to_type_name": {"tf": 1}, "graphar.AdjacentList.__init__": {"tf": 1.4142135623730951}, "graphar.AdjacentList.get_type": {"tf": 1}, "graphar.AdjacentList.get_file_type": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 2.23606797749979}}, "df": 20}}}, "r": {"docs": {}, "df": 0, "u": {"docs": {}, "df": 0, "e": {"docs": {"graphar.Property.__init__": {"tf": 1}}, "df": 1}}}, "o": {"docs": {"graphar.DataType.to_type_name": {"tf": 1}}, "df": 1}}, "h": {"docs": {}, "df": 0, "a": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VertexInfo.has_property": {"tf": 1}, "graphar.VertexInfo.has_property_group": {"tf": 1}, "graphar.EdgeInfo.has_adjacent_list_type": {"tf": 1}, "graphar.EdgeInfo.has_property": {"tf": 1}, "graphar.EdgeInfo.has_property_group": {"tf": 1}, "graphar.PropertyGroup.has_property": {"tf": 1}}, "df": 6}}}, "w": {"docs": {}, "df": 0, "r": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "e": {"docs": {}, "df": 0, "r": {"docs": {"graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 2, "o": {"docs": {}, "df": 0, "p": {"docs": {}, "df": 0, "t": {"docs": {}, "df": 0, "i": {"docs": {}, "df": 0, "o": {"docs": {}, "df": 0, "n": {"docs": {}, "df": 0, "s": {"docs": {"graphar.VerticesBuilder.SetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.GetWriterOptions": {"tf": 1}, "graphar.VerticesBuilder.Make": {"tf": 1.4142135623730951}, "graphar.EdgesBuilder.SetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.GetWriterOptions": {"tf": 1}, "graphar.EdgesBuilder.Make": {"tf": 1.4142135623730951}}, "df": 6}}}}}}}}}}}}}}}}, "pipeline": ["trimmer"], "_isPrebuiltIndex": true}; |