Class QueryScopeParam<T>

java.lang.Object
io.deephaven.engine.context.QueryScopeParam<T>

public class QueryScopeParam<T> extends Object
  • Field Details

    • ZERO_LENGTH_PARAM_ARRAY

      public static final QueryScopeParam<?>[] ZERO_LENGTH_PARAM_ARRAY
  • Constructor Details

    • QueryScopeParam

      public QueryScopeParam(String name, T value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public T getValue()