Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RColumnModel Class Reference

Holds the static meta-data of an RNTuple column.

Definition at line 85 of file RColumnModel.hxx.

Public Member Functions

 RColumnModel ()
 
 RColumnModel (EColumnType type)
 
 RColumnModel (EColumnType type, bool isSorted)
 
bool GetIsSorted () const
 
EColumnType GetType () const
 
bool operator!= (const RColumnModel &other) const
 
bool operator== (const RColumnModel &other) const
 

Private Attributes

bool fIsSorted
 
EColumnType fType
 

#include <ROOT/RColumnModel.hxx>

Constructor & Destructor Documentation

◆ RColumnModel() [1/3]

ROOT::Experimental::RColumnModel::RColumnModel ( )
inline

Definition at line 91 of file RColumnModel.hxx.

◆ RColumnModel() [2/3]

ROOT::Experimental::RColumnModel::RColumnModel ( EColumnType  type)
inlineexplicit

Definition at line 92 of file RColumnModel.hxx.

◆ RColumnModel() [3/3]

ROOT::Experimental::RColumnModel::RColumnModel ( EColumnType  type,
bool  isSorted 
)
inline

Definition at line 96 of file RColumnModel.hxx.

Member Function Documentation

◆ GetIsSorted()

bool ROOT::Experimental::RColumnModel::GetIsSorted ( ) const
inline

Definition at line 99 of file RColumnModel.hxx.

◆ GetType()

EColumnType ROOT::Experimental::RColumnModel::GetType ( ) const
inline

Definition at line 98 of file RColumnModel.hxx.

◆ operator!=()

bool ROOT::Experimental::RColumnModel::operator!= ( const RColumnModel other) const
inline

Definition at line 104 of file RColumnModel.hxx.

◆ operator==()

bool ROOT::Experimental::RColumnModel::operator== ( const RColumnModel other) const
inline

Definition at line 101 of file RColumnModel.hxx.

Member Data Documentation

◆ fIsSorted

bool ROOT::Experimental::RColumnModel::fIsSorted
private

Definition at line 88 of file RColumnModel.hxx.

◆ fType

EColumnType ROOT::Experimental::RColumnModel::fType
private

Definition at line 87 of file RColumnModel.hxx.

Libraries for ROOT::Experimental::RColumnModel:

The documentation for this class was generated from the following file: