| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayExpression
Used to create and directly specify the elements of an array object
|
class |
BinaryExpression
uses binary operators to act on two operands in an expression
|
class |
Block
A set of statements
|
class |
BooleanLiteral
Represents boolean values
|
class |
CallExpression
Represents a function call
|
class |
ConditionalExpression
Selects one of two expressions, `Alternate` or `Consequent`, depending on a third boolean expression, `Test`
|
class |
DateTimeLiteral
Represents an instant in time with nanosecond precision using the syntax of golang's RFC3339 Nanosecond variant
|
class |
DictExpression
Used to create and directly specify the elements of a dictionary
|
class |
DurationLiteral
Represents the elapsed time between two instants as an int64 nanosecond count with syntax of golang's time.Duration
|
class |
Expression
Expression
|
class |
FloatLiteral
Represents floating point numbers according to the double representations defined by the IEEE-754-1985
|
class |
FunctionExpression
Function expression
|
class |
Identifier
A valid Flux identifier
|
class |
IndexExpression
Represents indexing into an array
|
class |
IntegerLiteral
Represents integer numbers
|
class |
LogicalExpression
Represents the rule conditions that collectively evaluate to either true or false
|
class |
MemberExpression
Represents accessing a property of an object
|
class |
ObjectExpression
Allows the declaration of an anonymous object within a declaration
|
class |
ParenExpression
Represents an expression wrapped in parenthesis
|
class |
PipeExpression
Call expression with pipe argument
|
class |
PipeLiteral
Represents a specialized literal value, indicating the left hand value of a pipe expression
|
class |
PropertyKey
PropertyKey
|
class |
RegexpLiteral
Expressions begin and end with `/` and are regular expressions with syntax accepted by RE2
|
class |
StringLiteral
Expressions begin and end with double quote marks
|
class |
UnaryExpression
Uses operators to act on a single operand in an expression
|
class |
UnsignedIntegerLiteral
Represents integer numbers
|
| Modifier and Type | Method and Description |
|---|---|
Node |
FunctionExpression.getBody()
Get body
|
| Modifier and Type | Method and Description |
|---|---|
FunctionExpression |
FunctionExpression.body(Node body) |
void |
FunctionExpression.setBody(Node body) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.