Class FunctionTranslatorWithPattern

java.lang.Object
adql.translator.FunctionTranslatorWithPattern
All Implemented Interfaces:
FunctionTranslator

public class FunctionTranslatorWithPattern extends Object implements FunctionTranslator
A FunctionTranslator working with a translation pattern.

A translation pattern is a string with a syntax allowing to make references to function arguments. See TranslationPattern for details about the pattern syntax and examples.

Since:
2.0
See Also:
  • Field Details

    • pattern

      protected final String pattern
      Pattern to apply to translate a given ADQL function.
  • Constructor Details

  • Method Details