Package org.teiid

Interface PreParser


  • public interface PreParser
    Extension to allow for manipulation of incoming query strings prior to parsing.
    • Method Detail

      • preParse

        String preParse​(String command,
                        CommandContext context)
        Return a rewritten form of the incoming command
        Parameters:
        command -
        context -
        Returns: