Xmipp  v3.23.11-Nereus
Enumerations
metadata_sql_operations.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  AggregateOperation {
  AGGR_COUNT, AGGR_MAX, AGGR_MIN, AGGR_SUM,
  AGGR_AVG
}
 
enum  SetOperation {
  UNION, UNION_DISTINCT, INTERSECTION, SUBSTRACTION,
  INNER_JOIN, LEFT_JOIN, OUTER_JOIN, NATURAL_JOIN,
  REMOVE_DUPLICATE, DISTINCT
}
 
enum  JoinType { INNER =INNER_JOIN, LEFT =LEFT_JOIN, OUTER =OUTER_JOIN, NATURAL =NATURAL_JOIN }
 

Enumeration Type Documentation

◆ AggregateOperation

Posible Aggregation Operations in a MetaData

Enumerator
AGGR_COUNT 
AGGR_MAX 
AGGR_MIN 
AGGR_SUM 
AGGR_AVG 

Definition at line 30 of file metadata_sql_operations.h.

◆ JoinType

enum JoinType

Enumeration of JOIN types for this operation

Enumerator
INNER 
LEFT 
OUTER 
NATURAL 

Definition at line 42 of file metadata_sql_operations.h.

◆ SetOperation

Posible Set Operations with MetaData

Enumerator
UNION 
UNION_DISTINCT 
INTERSECTION 
SUBSTRACTION 
INNER_JOIN 
LEFT_JOIN 
OUTER_JOIN 
NATURAL_JOIN 
REMOVE_DUPLICATE 
DISTINCT 

Definition at line 36 of file metadata_sql_operations.h.