BadgerDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Attributes
badgerdb::RelDesc Struct Reference

Schema of relation catalog. More...

#include <catalog.h>

List of all members.

Public Attributes

char relName [MAXNAMESIZE]
int attrCnt
int indexCnt

Detailed Description

Schema of relation catalog.

Definition at line 38 of file catalog.h.


Member Data Documentation

Number of attributes

Definition at line 48 of file catalog.h.

Number of indexed attrs

Definition at line 53 of file catalog.h.

char badgerdb::RelDesc::relName[MAXNAMESIZE]

Relation name

Definition at line 43 of file catalog.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends