Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ngraphar
 Nbuilder
 CEdgeEdge is designed for constructing edges builder
 CEdgesBuilderEdgeBuilder is designed for building and writing a collection of edges
 CVertexVertex is designed for constructing vertices builder
 CVerticesBuilderVertexBuilder is designed for building and writing a collection of vertices
 Nutil
 CFilterOptions
 CIndexConverter
 CValueGetter
 CValueGetter< std::string >
 CVertexPropertyArrowChunkReaderThe arrow chunk reader for vertex property group
 CAdjListArrowChunkReaderThe arrow chunk reader for adj list topology chunk
 CAdjListOffsetArrowChunkReaderThe arrow chunk reader for edge offset
 CAdjListPropertyArrowChunkReaderThe arrow chunk reader for edge property group chunks
 CVertexPropertyWriterThe writer for vertex property group chunks
 CEdgeChunkWriterThe writer for edge (adj list, offset and property group) chunks
 CVertexPropertyChunkInfoReader
 CAdjListChunkInfoReader
 CAdjListOffsetChunkInfoReader
 CAdjListPropertyChunkInfoReader
 CVertexChunkInfoWriter
 CEdgeChunkInfoWriter
 CCTypeToArrowType
 CTypeToArrowType
 CExpression
 CExpressionProperty
 CExpressionLiteral
 CExpressionUnaryOp
 CExpressionNot
 CExpressionBinaryOp
 CExpressionEqual
 CExpressionNotEqual
 CExpressionGreaterThan
 CExpressionGreaterEqual
 CExpressionLessThan
 CExpressionLessEqual
 CExpressionAnd
 CExpressionOr
 CFileSystem
 CArray
 CGeneralParams
 CProperty
 CPropertyGroup
 CAdjacentList
 CVertexInfoVertexInfo is a class to describe the vertex information, including the vertex label, chunk size, property groups, and prefix
 CImpl
 CEdgeInfoEdgeInfo is a class to describe the edge information, including the source vertex label, edge label, destination vertex label, chunk size, adjacent list property groups, and prefix
 CImpl
 CGraphInfo
 CImpl
 CVertexVertex contains information of certain vertex
 CEdgeEdge contains information of certain edge
 CVertexIterThe iterator for traversing a type of vertices
 CVerticesCollectionVerticesCollection is designed for reading a collection of vertices
 CEdgeIterThe iterator for traversing a type of edges
 CEdgesCollectionEdgesCollection is designed for reading a collection of edges
 COBSEdgeCollectionOrdered By Source EdgesCollection implementation
 COBDEdgesCollectionOrdered By Destination EdgesCollection implementation
 CUBSEdgesCollectionUnordered By Source EdgesCollection implementation
 CUBDEdgesCollectionUnordered By Destination EdgesCollection implementation
 CStatusStatus outcome object (success or error)
 CDataTypeThe DataType struct to provide enum type for data type and functions to parse data type
 CTimestamp
 CDate
 CArray< std::string_view >
 Citerator
 CInfoVersion
 CYaml