LeviLamina
Loading...
Searching...
No Matches
DataStructures::Table Class Reference

Classes

struct  Cell
struct  ColumnDescriptor
struct  FilterQuery
struct  Row
struct  SortQuery

Public Types

enum class  ColumnType : int { Numeric = 0 , String = 1 , Binary = 2 , Pointer = 3 }
enum class  FilterQueryType : int {
  Equal = 0 , NotEqual = 1 , GreaterThan = 2 , GreaterThanEq = 3 ,
  LessThan = 4 , LessThanEq = 5 , IsEmpty = 6 , NotEmpty = 7
}
enum class  SortQueryType : int { IncreasingOrder = 0 , DecreasingOrder = 1 }

Public Attributes

::ll::TypedStorage< 8, 48, ::DataStructures::BPlusTree< uint, ::DataStructures::Table::Row *, 16 > > rows
::ll::TypedStorage< 8, 16, ::DataStructures::List<::DataStructures::Table::ColumnDescriptor > > columns

The documentation for this class was generated from the following file:
  • src/mc/deps/raknet/data_structures/Table.h