Package org.elasticsearch.xpack.esql
Interface LicenseAware
- All Known Implementing Classes:
Categorize
,SpatialAggregateFunction
,SpatialCentroid
,SpatialExtent
public interface LicenseAware
-
Method Summary
Modifier and TypeMethodDescriptionboolean
licenseCheck
(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.
-