Interface Scalar


public interface Scalar
Compiled scalar expression.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Produces a Scalar when a query is executed.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
    execute(Context context)
     
    void
    execute(Context context, @Nullable Object[] results)
     
  • Method Details