Package com.influxdb.query.dsl.functions
Class AbstractFunctionFlux.Parameter
java.lang.Object
com.influxdb.query.dsl.functions.AbstractFunctionFlux.Parameter
- Enclosing class:
AbstractFunctionFlux<CALL extends AbstractFunctionCallFlux>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
toString()
withDefaultValue
(boolean defaultValue) withDefaultValue
(long amount, ChronoUnit unit) withDefaultValue
(Number defaultValue) withDefaultValue
(String defaultValue) withOptional
(boolean optional) withPipeForward
(boolean pipeForward) Indicates the parameter that, by default, represents the piped-forward value.
-
Constructor Details
-
Parameter
-
-
Method Details
-
getName
-
getDefaultValue
-
withDefaultValue
-
withDefaultValue
-
withDefaultValue
-
withDefaultValue
@Nonnull public AbstractFunctionFlux.Parameter withDefaultValue(long amount, @Nonnull ChronoUnit unit) -
withPipeForward
Indicates the parameter that, by default, represents the piped-forward value.- Parameters:
pipeForward
- true to use<-
for this parameter- Returns:
- this
- See Also:
-
withOptional
- Parameters:
optional
- true, if this parameter is optional- Returns:
- this
-
toString
-