Class PgOperatorAnalysisLauncher

java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgOperatorAnalysisLauncher
All Implemented Interfaces:
IAnalysisLauncher

public class PgOperatorAnalysisLauncher extends AbstractAnalysisLauncher
Launcher for analyzing operator dependencies and return types. Handles type propagation between operators and their underlying functions.
  • Constructor Details

    • PgOperatorAnalysisLauncher

      public PgOperatorAnalysisLauncher(AbstractStatement stmt, ObjectReference function, String location)
      Creates an operator analyzer.
      Parameters:
      stmt - the operator statement to analyze
      function - the underlying function implementation
      location - the source location identifier