List of all items
Structs
- edge::Edge
- edge::EdgesIterator
- list::List
- list::ListIterator
- map::Map
- map::MapItem
- map::MapIterator
- memgraph::Memgraph
- mgp::__fsid_t
- mgp::max_align_t
- mgp::mgp_edge
- mgp::mgp_edge_id
- mgp::mgp_edge_type
- mgp::mgp_edges_iterator
- mgp::mgp_graph
- mgp::mgp_label
- mgp::mgp_list
- mgp::mgp_map
- mgp::mgp_map_item
- mgp::mgp_map_items_iterator
- mgp::mgp_memory
- mgp::mgp_module
- mgp::mgp_path
- mgp::mgp_proc
- mgp::mgp_properties_iterator
- mgp::mgp_property
- mgp::mgp_result
- mgp::mgp_result_record
- mgp::mgp_type
- mgp::mgp_value
- mgp::mgp_vertex
- mgp::mgp_vertex_id
- mgp::mgp_vertices_iterator
- path::Path
- property::PropertiesIterator
- property::Property
- result::OutOfBoundLabelIndexError
- result::OutOfBoundPathEdgeIndex
- result::OutOfBoundPathVertexIndex
- result::ResultRecord
- result::UnableToAccessListValueByIndex
- result::UnableToAccessMapValue
- result::UnableToAddDeprecatedReturnType
- result::UnableToAddOptionalArguments
- result::UnableToAddRequiredArguments
- result::UnableToAddReturnType
- result::UnableToAppendExtendListValue
- result::UnableToAppendListValue
- result::UnableToCopyEdge
- result::UnableToCopyList
- result::UnableToCopyMap
- result::UnableToCopyPath
- result::UnableToCopyVertex
- result::UnableToCreateCString
- result::UnableToCreateEmptyList
- result::UnableToCreateEmptyMap
- result::UnableToCreateGraphVerticesIterator
- result::UnableToCreateMapIterator
- result::UnableToCreatePathWithStartVertex
- result::UnableToCreateResultRecord
- result::UnableToExpandPath
- result::UnableToFindVertexById
- result::UnableToGetVertexProperty
- result::UnableToInsertMapValue
- result::UnableToInsertResultValue
- result::UnableToMakeBoolValue
- result::UnableToMakeDoubleValue
- result::UnableToMakeEdgeValue
- result::UnableToMakeIntegerValue
- result::UnableToMakeListValue
- result::UnableToMakeMapValue
- result::UnableToMakeMemgraphStringValue
- result::UnableToMakeNullValue
- result::UnableToMakePathValue
- result::UnableToMakeValueString
- result::UnableToMakeVertexValue
- result::UnableToRegisterReadProcedure
- result::UnableToReturnEdgePropertiesIterator
- result::UnableToReturnEdgePropertyNameAllocationError
- result::UnableToReturnEdgePropertyValueAllocationError
- result::UnableToReturnEdgePropertyValueCreationError
- result::UnableToReturnVertexInEdgesIterator
- result::UnableToReturnVertexOutEdgesIterator
- result::UnableToReturnVertexPropertiesIterator
- result::UnableToReturnVertexPropertyMakeNameEror
- rsmgp::NamedType
- rsmgp::OptionalNamedType
- value::MgpValue
- vertex::Vertex
- vertex::VerticesIterator
Enums
Macros
Functions
- mgp::mgp_aligned_alloc
- mgp::mgp_alloc
- mgp::mgp_edge_copy
- mgp::mgp_edge_destroy
- mgp::mgp_edge_equal
- mgp::mgp_edge_get_from
- mgp::mgp_edge_get_id
- mgp::mgp_edge_get_property
- mgp::mgp_edge_get_to
- mgp::mgp_edge_get_type
- mgp::mgp_edge_iter_properties
- mgp::mgp_edges_iterator_destroy
- mgp::mgp_edges_iterator_get
- mgp::mgp_edges_iterator_next
- mgp::mgp_free
- mgp::mgp_graph_get_vertex_by_id
- mgp::mgp_graph_iter_vertices
- mgp::mgp_list_append
- mgp::mgp_list_append_extend
- mgp::mgp_list_at
- mgp::mgp_list_capacity
- mgp::mgp_list_destroy
- mgp::mgp_list_make_empty
- mgp::mgp_list_size
- mgp::mgp_map_at
- mgp::mgp_map_destroy
- mgp::mgp_map_insert
- mgp::mgp_map_item_key
- mgp::mgp_map_item_value
- mgp::mgp_map_items_iterator_destroy
- mgp::mgp_map_items_iterator_get
- mgp::mgp_map_items_iterator_next
- mgp::mgp_map_iter_items
- mgp::mgp_map_make_empty
- mgp::mgp_map_size
- mgp::mgp_module_add_read_procedure
- mgp::mgp_must_abort
- mgp::mgp_path_copy
- mgp::mgp_path_destroy
- mgp::mgp_path_edge_at
- mgp::mgp_path_equal
- mgp::mgp_path_expand
- mgp::mgp_path_make_with_start
- mgp::mgp_path_size
- mgp::mgp_path_vertex_at
- mgp::mgp_proc_add_arg
- mgp::mgp_proc_add_deprecated_result
- mgp::mgp_proc_add_opt_arg
- mgp::mgp_proc_add_result
- mgp::mgp_properties_iterator_destroy
- mgp::mgp_properties_iterator_get
- mgp::mgp_properties_iterator_next
- mgp::mgp_result_new_record
- mgp::mgp_result_record_insert
- mgp::mgp_result_set_error_msg
- mgp::mgp_type_any
- mgp::mgp_type_bool
- mgp::mgp_type_float
- mgp::mgp_type_int
- mgp::mgp_type_list
- mgp::mgp_type_map
- mgp::mgp_type_node
- mgp::mgp_type_nullable
- mgp::mgp_type_number
- mgp::mgp_type_path
- mgp::mgp_type_relationship
- mgp::mgp_type_string
- mgp::mgp_value_destroy
- mgp::mgp_value_get_bool
- mgp::mgp_value_get_double
- mgp::mgp_value_get_edge
- mgp::mgp_value_get_int
- mgp::mgp_value_get_list
- mgp::mgp_value_get_map
- mgp::mgp_value_get_path
- mgp::mgp_value_get_string
- mgp::mgp_value_get_type
- mgp::mgp_value_get_vertex
- mgp::mgp_value_is_bool
- mgp::mgp_value_is_double
- mgp::mgp_value_is_edge
- mgp::mgp_value_is_int
- mgp::mgp_value_is_list
- mgp::mgp_value_is_map
- mgp::mgp_value_is_null
- mgp::mgp_value_is_path
- mgp::mgp_value_is_string
- mgp::mgp_value_is_vertex
- mgp::mgp_value_make_bool
- mgp::mgp_value_make_double
- mgp::mgp_value_make_edge
- mgp::mgp_value_make_int
- mgp::mgp_value_make_list
- mgp::mgp_value_make_map
- mgp::mgp_value_make_null
- mgp::mgp_value_make_path
- mgp::mgp_value_make_string
- mgp::mgp_value_make_vertex
- mgp::mgp_vertex_copy
- mgp::mgp_vertex_destroy
- mgp::mgp_vertex_equal
- mgp::mgp_vertex_get_id
- mgp::mgp_vertex_get_property
- mgp::mgp_vertex_has_label
- mgp::mgp_vertex_has_label_named
- mgp::mgp_vertex_iter_in_edges
- mgp::mgp_vertex_iter_out_edges
- mgp::mgp_vertex_iter_properties
- mgp::mgp_vertex_label_at
- mgp::mgp_vertex_labels_count
- mgp::mgp_vertices_iterator_destroy
- mgp::mgp_vertices_iterator_get
- mgp::mgp_vertices_iterator_next
- rsmgp::set_memgraph_error_msg
Type Aliases
- mgp::__blkcnt64_t
- mgp::__blkcnt_t
- mgp::__blksize_t
- mgp::__caddr_t
- mgp::__clock_t
- mgp::__clockid_t
- mgp::__daddr_t
- mgp::__dev_t
- mgp::__fsblkcnt64_t
- mgp::__fsblkcnt_t
- mgp::__fsfilcnt64_t
- mgp::__fsfilcnt_t
- mgp::__fsword_t
- mgp::__gid_t
- mgp::__id_t
- mgp::__ino64_t
- mgp::__ino_t
- mgp::__int16_t
- mgp::__int32_t
- mgp::__int64_t
- mgp::__int8_t
- mgp::__int_least16_t
- mgp::__int_least32_t
- mgp::__int_least64_t
- mgp::__int_least8_t
- mgp::__intmax_t
- mgp::__intptr_t
- mgp::__key_t
- mgp::__loff_t
- mgp::__mode_t
- mgp::__nlink_t
- mgp::__off64_t
- mgp::__off_t
- mgp::__pid_t
- mgp::__quad_t
- mgp::__rlim64_t
- mgp::__rlim_t
- mgp::__sig_atomic_t
- mgp::__socklen_t
- mgp::__ssize_t
- mgp::__suseconds64_t
- mgp::__suseconds_t
- mgp::__syscall_slong_t
- mgp::__syscall_ulong_t
- mgp::__time_t
- mgp::__timer_t
- mgp::__u_char
- mgp::__u_int
- mgp::__u_long
- mgp::__u_quad_t
- mgp::__u_short
- mgp::__uid_t
- mgp::__uint16_t
- mgp::__uint32_t
- mgp::__uint64_t
- mgp::__uint8_t
- mgp::__uint_least16_t
- mgp::__uint_least32_t
- mgp::__uint_least64_t
- mgp::__uint_least8_t
- mgp::__uintmax_t
- mgp::__useconds_t
- mgp::int_fast16_t
- mgp::int_fast32_t
- mgp::int_fast64_t
- mgp::int_fast8_t
- mgp::int_least16_t
- mgp::int_least32_t
- mgp::int_least64_t
- mgp::int_least8_t
- mgp::intmax_t
- mgp::mgp_proc_cb
- mgp::mgp_value_type
- mgp::size_t
- mgp::uint_fast16_t
- mgp::uint_fast32_t
- mgp::uint_fast64_t
- mgp::uint_fast8_t
- mgp::uint_least16_t
- mgp::uint_least32_t
- mgp::uint_least64_t
- mgp::uint_least8_t
- mgp::uintmax_t
- mgp::wchar_t
- result::MgpResult
Constants
- mgp::INT16_MAX
- mgp::INT16_MIN
- mgp::INT32_MAX
- mgp::INT32_MIN
- mgp::INT8_MAX
- mgp::INT8_MIN
- mgp::INTPTR_MAX
- mgp::INTPTR_MIN
- mgp::INT_FAST16_MAX
- mgp::INT_FAST16_MIN
- mgp::INT_FAST32_MAX
- mgp::INT_FAST32_MIN
- mgp::INT_FAST8_MAX
- mgp::INT_FAST8_MIN
- mgp::INT_LEAST16_MAX
- mgp::INT_LEAST16_MIN
- mgp::INT_LEAST32_MAX
- mgp::INT_LEAST32_MIN
- mgp::INT_LEAST8_MAX
- mgp::INT_LEAST8_MIN
- mgp::PTRDIFF_MAX
- mgp::PTRDIFF_MIN
- mgp::SIG_ATOMIC_MAX
- mgp::SIG_ATOMIC_MIN
- mgp::SIZE_MAX
- mgp::UINT16_MAX
- mgp::UINT32_MAX
- mgp::UINT8_MAX
- mgp::UINTPTR_MAX
- mgp::UINT_FAST16_MAX
- mgp::UINT_FAST32_MAX
- mgp::UINT_FAST8_MAX
- mgp::UINT_LEAST16_MAX
- mgp::UINT_LEAST32_MAX
- mgp::UINT_LEAST8_MAX
- mgp::WINT_MAX
- mgp::WINT_MIN
- mgp::_ATFILE_SOURCE
- mgp::_BITS_STDINT_INTN_H
- mgp::_BITS_STDINT_UINTN_H
- mgp::_BITS_TIME64_H
- mgp::_BITS_TYPESIZES_H
- mgp::_BITS_TYPES_H
- mgp::_BITS_WCHAR_H
- mgp::_DEFAULT_SOURCE
- mgp::_FEATURES_H
- mgp::_POSIX_C_SOURCE
- mgp::_POSIX_SOURCE
- mgp::_STDC_PREDEF_H
- mgp::_STDINT_H
- mgp::_SYS_CDEFS_H
- mgp::__FD_SETSIZE
- mgp::__GLIBC_MINOR__
- mgp::__GLIBC_USE_DEPRECATED_GETS
- mgp::__GLIBC_USE_DEPRECATED_SCANF
- mgp::__GLIBC_USE_IEC_60559_BFP_EXT
- mgp::__GLIBC_USE_IEC_60559_BFP_EXT_C2X
- mgp::__GLIBC_USE_IEC_60559_EXT
- mgp::__GLIBC_USE_IEC_60559_FUNCS_EXT
- mgp::__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X
- mgp::__GLIBC_USE_IEC_60559_TYPES_EXT
- mgp::__GLIBC_USE_ISOC2X
- mgp::__GLIBC_USE_LIB_EXT2
- mgp::__GLIBC__
- mgp::__GNU_LIBRARY__
- mgp::__HAVE_GENERIC_SELECTION
- mgp::__INO_T_MATCHES_INO64_T
- mgp::__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
- mgp::__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
- mgp::__OFF_T_MATCHES_OFF64_T
- mgp::__RLIM_T_MATCHES_RLIM64_T
- mgp::__STATFS_MATCHES_STATFS64
- mgp::__STDC_IEC_559_COMPLEX__
- mgp::__STDC_IEC_559__
- mgp::__STDC_IEC_60559_BFP__
- mgp::__STDC_IEC_60559_COMPLEX__
- mgp::__STDC_ISO_10646__
- mgp::__SYSCALL_WORDSIZE
- mgp::__TIMESIZE
- mgp::__USE_ATFILE
- mgp::__USE_FORTIFY_LEVEL
- mgp::__USE_ISOC11
- mgp::__USE_ISOC95
- mgp::__USE_ISOC99
- mgp::__USE_MISC
- mgp::__USE_POSIX
- mgp::__USE_POSIX199309
- mgp::__USE_POSIX199506
- mgp::__USE_POSIX2
- mgp::__USE_POSIX_IMPLICITLY
- mgp::__USE_XOPEN2K
- mgp::__USE_XOPEN2K8
- mgp::__WORDSIZE
- mgp::__WORDSIZE_TIME64_COMPAT32
- mgp::__glibc_c99_flexarr_available
- mgp::mgp_value_type_MGP_VALUE_TYPE_BOOL
- mgp::mgp_value_type_MGP_VALUE_TYPE_DOUBLE
- mgp::mgp_value_type_MGP_VALUE_TYPE_EDGE
- mgp::mgp_value_type_MGP_VALUE_TYPE_INT
- mgp::mgp_value_type_MGP_VALUE_TYPE_LIST
- mgp::mgp_value_type_MGP_VALUE_TYPE_MAP
- mgp::mgp_value_type_MGP_VALUE_TYPE_NULL
- mgp::mgp_value_type_MGP_VALUE_TYPE_PATH
- mgp::mgp_value_type_MGP_VALUE_TYPE_STRING
- mgp::mgp_value_type_MGP_VALUE_TYPE_VERTEX