Package org.elasticsearch.xpack.esql
Interface LicenseAware
- All Known Implementing Classes:
Categorize,ChangePoint,RrfScoreEval,SpatialAggregateFunction,SpatialCentroid,SpatialExtent,SpatialGridFunction,StGeohash,StGeohex,StGeotile
public interface LicenseAware
-
Method Summary
Modifier and TypeMethodDescriptionbooleanlicenseCheck(XPackLicenseState state) Return true if the implementer can be executed under the providedXPackLicenseState, otherwise false.
-
Method Details
-
licenseCheck
Return true if the implementer can be executed under the providedXPackLicenseState, otherwise false.
-