Class InputBindings.InputSupplier<T>

java.lang.Object
org.apache.druid.math.expr.InputBindings.InputSupplier<T>
All Implemented Interfaces:
com.google.common.base.Supplier<T>, Supplier<T>
Enclosing class:
InputBindings

public static class InputBindings.InputSupplier<T> extends Object implements com.google.common.base.Supplier<T>
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface com.google.common.base.Supplier<T>
      Specified by:
      get in interface Supplier<T>
    • getType

      public ExpressionType getType()