Loading...
Searching...
No Matches
test_3091-layout-builder-is-valid.cpp File Reference

Typedefs

template<class PRIMITIVE , class BUILDER >
using IndexedBuilder = awkward::LayoutBuilder::Indexed<PRIMITIVE, BUILDER>
 
template<class PRIMITIVE , class BUILDER >
using IndexedOptionBuilder = awkward::LayoutBuilder::IndexedOption<PRIMITIVE, BUILDER>
 
template<class PRIMITIVE >
using StringBuilder = awkward::LayoutBuilder::String<PRIMITIVE>
 

Functions

void test_Indexed_categorical ()
 
void test_Indexed_categorical_invalid_index ()
 
void test_IndexedOption_categorical ()
 
void test_IndexedOption_categorical_invalid_index ()
 
void test_Indexed_empty ()
 
void test_IndexedOption_empty ()
 
int main (int, char **)
 

Variables

const bool BUG_FIXED =1
 

Typedef Documentation

◆ IndexedBuilder

template<class PRIMITIVE , class BUILDER >
using IndexedBuilder = awkward::LayoutBuilder::Indexed<PRIMITIVE, BUILDER>

◆ IndexedOptionBuilder

template<class PRIMITIVE , class BUILDER >
using IndexedOptionBuilder = awkward::LayoutBuilder::IndexedOption<PRIMITIVE, BUILDER>

◆ StringBuilder

template<class PRIMITIVE >
using StringBuilder = awkward::LayoutBuilder::String<PRIMITIVE>

Function Documentation

◆ main()

int main ( int ,
char **  )

◆ test_Indexed_categorical()

void test_Indexed_categorical ( )

◆ test_Indexed_categorical_invalid_index()

void test_Indexed_categorical_invalid_index ( )

◆ test_Indexed_empty()

void test_Indexed_empty ( )

◆ test_IndexedOption_categorical()

void test_IndexedOption_categorical ( )

◆ test_IndexedOption_categorical_invalid_index()

void test_IndexedOption_categorical_invalid_index ( )

◆ test_IndexedOption_empty()

void test_IndexedOption_empty ( )

Variable Documentation

◆ BUG_FIXED

const bool BUG_FIXED =1