Class SortField
- java.lang.Object
-
- io.github.willena.influxql.ast.field.SortField
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SortField.Builder
SortField
builder static inner class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SortField
asc(String name)
Create an ASC based sort fieldstatic SortField
desc(String name)
Create an DESC based sort fieldboolean
equals(Object o)
int
hashCode()
String
toString()
Convert the current Node to an influxql String that the parser must be able to read.
-