Package com.influxdb.query.dsl
Interface IsVariableAssignment
- All Known Implementing Classes:
AbstractFunctionCallFlux
,AbstractFunctionFlux
,VariableAssignment
public interface IsVariableAssignment
Marker interface for variable assignments.
- See Also:
-
Method Summary
-
Method Details
-
getVariableName
- Returns:
- the name of the variable
-