| InterfaceAudience.LimitedPrivate |
Intended only for the project(s) specified in the annotation.
|
| InterfaceAudience.Private |
Intended for use only within Pinot itself.
|
| InterfaceAudience.Public |
Intended for use by any project or application.
|
| InterfaceStability.Evolving |
Evolving, but can break compatibility at minor release (i.e.
|
| InterfaceStability.Stable |
Can evolve while retaining compatibility for minor release boundaries.;
can break compatibility only at major release (ie.
|
| InterfaceStability.Unstable |
No guarantee is provided as to reliability or stability across any
level of release granularity.
|
| ScalarFunction |
Annotation Class for Scalar Functions.
|