Interface PromqlFunctionDefinition.DateTimeFunctionBuilder
- Enclosing class:
PromqlFunctionDefinition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Builds an ES|QL expression for a PromQL date/time extraction function (e.g. year, month, day_of_month).
-
Method Summary
Modifier and TypeMethodDescriptionbuild(Source source, Expression date, Configuration configuration)
-
Method Details
-
build
-