PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
PyLamarr.Concatenate.Concatenate Class Reference

Concatenate multiple tables. More...

Inheritance diagram for PyLamarr.Concatenate.Concatenate:

Public Member Functions

 query (self)
 
 config (self)
 
- Public Member Functions inherited from PyLamarr.Wrapper.Wrapper
 __call__ (self, db)
 
 get_imp (self)
 
 get_config (self)
 
 to_xml (self, parent_node)
 

Static Public Attributes

str output_table
 
Tuple input_tables [str, ...]
 
Tuple columns [str, ...]
 
bool make_persistent = True
 
str implements = "TemporaryTable"
 

Additional Inherited Members

- Public Attributes inherited from PyLamarr.Wrapper.Wrapper
 implements
 

Detailed Description

Concatenate multiple tables.

Implements SQLamarr.TemporaryTable.

Definition at line 11 of file Concatenate.py.

Member Function Documentation

◆ config()

PyLamarr.Concatenate.Concatenate.config (   self)

Definition at line 26 of file Concatenate.py.

◆ query()

PyLamarr.Concatenate.Concatenate.query (   self)

Definition at line 18 of file Concatenate.py.

Member Data Documentation

◆ columns

Tuple PyLamarr.Concatenate.Concatenate.columns [str, ...]
static

Definition at line 15 of file Concatenate.py.

◆ implements

str PyLamarr.Concatenate.Concatenate.implements = "TemporaryTable"
static

Definition at line 23 of file Concatenate.py.

◆ input_tables

Tuple PyLamarr.Concatenate.Concatenate.input_tables [str, ...]
static

Definition at line 14 of file Concatenate.py.

◆ make_persistent

bool PyLamarr.Concatenate.Concatenate.make_persistent = True
static

Definition at line 16 of file Concatenate.py.

◆ output_table

str PyLamarr.Concatenate.Concatenate.output_table
static

Definition at line 13 of file Concatenate.py.


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