Class FormulaMethodInvocations

java.lang.Object
io.deephaven.engine.table.impl.lang.FormulaMethodInvocations

public class FormulaMethodInvocations extends Object
A set of methods that were used by a formula column.

Note: this class is not part of the public Deephaven API, and may change without notice.

  • Constructor Details

    • FormulaMethodInvocations

      public FormulaMethodInvocations()
  • Method Details

    • getUsedMethods

      public List<Method> getUsedMethods()
    • getUsedConstructors

      public List<Constructor<?>> getUsedConstructors()
    • hasImplicitCalls

      public boolean hasImplicitCalls()