Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The usage of Metadata can be defined in Odysseus Script with the #METADATA command, in the Access operator with the METAATTRIBUTE parameter or with the Metadata Operator. If neither #METADATA nor Access operator defines meta data, TimeInterval is used per default. It other meta data are used, TimeInterval must be added manually. A typical error is a message like: transformation failed ; Error during transformation. Potential problem operator: ... Are metadata types (#METADATA) set correctly? indicates a missing TimeInterval.

The operators in Odysseus must not be aware which meta data they process. Therefore, special meta data merge functions are provided. They will be injected at query compile time.

Children Display

 


The meta data can used as any other attributes.

Code Block
SELECT({PREDICATE = 'TimeInterval.start > 0'},timer2)

...


When using Odysseus Studio the meta data is displayed in the outline of an operator: 


The values are shown in the result table:

...