Uses of Class
com.influxdb.client.domain.Expression
Packages that use Expression
-
Uses of Expression in com.influxdb.client.domain
Subclasses of Expression in com.influxdb.client.domainModifier and TypeClassDescriptionclassUsed to create and directly specify the elements of an array objectclassuses binary operators to act on two operands in an expressionclassRepresents boolean valuesclassRepresents a function callclassSelects one of two expressions, `Alternate` or `Consequent`, depending on a third boolean expression, `Test`classRepresents an instant in time with nanosecond precision using the syntax of golang's RFC3339 Nanosecond variantclassUsed to create and directly specify the elements of a dictionaryclassRepresents the elapsed time between two instants as an int64 nanosecond count with syntax of golang's time.DurationclassRepresents floating point numbers according to the double representations defined by the IEEE-754-1985classFunction expressionclassA valid Flux identifierclassRepresents indexing into an arrayclassRepresents integer numbersclassRepresents the rule conditions that collectively evaluate to either true or falseclassRepresents accessing a property of an objectclassAllows the declaration of an anonymous object within a declarationclassRepresents an expression wrapped in parenthesisclassCall expression with pipe argumentclassRepresents a specialized literal value, indicating the left hand value of a pipe expressionclassPropertyKeyclassExpressions begin and end with `/` and are regular expressions with syntax accepted by RE2classExpressions begin and end with double quote marksclassUses operators to act on a single operand in an expressionclassRepresents integer numbersMethods in com.influxdb.client.domain that return ExpressionModifier and TypeMethodDescriptionConditionalExpression.getAlternate()Get alternatePipeExpression.getArgument()Get argumentReturnStatement.getArgument()Get argumentUnaryExpression.getArgument()Get argumentIndexExpression.getArray()Get arrayCallExpression.getCallee()Get calleeConditionalExpression.getConsequent()Get consequentExpressionStatement.getExpression()Get expressionParenExpression.getExpression()Get expressionIndexExpression.getIndex()Get indexMemberAssignment.getInit()Get initVariableAssignment.getInit()Get initDictItem.getKey()Get keyBinaryExpression.getLeft()Get leftLogicalExpression.getLeft()Get leftMemberExpression.getObject()Get objectBinaryExpression.getRight()Get rightLogicalExpression.getRight()Get rightConditionalExpression.getTest()Get testDictItem.getVal()Get valProperty.getValue()Get valueMethods in com.influxdb.client.domain that return types with arguments of type ExpressionModifier and TypeMethodDescriptionCallExpression.getArguments()Function argumentsArrayExpression.getElements()Elements of the arrayMethods in com.influxdb.client.domain with parameters of type ExpressionModifier and TypeMethodDescriptionCallExpression.addArgumentsItem(Expression argumentsItem) ArrayExpression.addElementsItem(Expression elementsItem) ConditionalExpression.alternate(Expression alternate) PipeExpression.argument(Expression argument) ReturnStatement.argument(Expression argument) UnaryExpression.argument(Expression argument) IndexExpression.array(Expression array) CallExpression.callee(Expression callee) ConditionalExpression.consequent(Expression consequent) ExpressionStatement.expression(Expression expression) ParenExpression.expression(Expression expression) IndexExpression.index(Expression index) MemberAssignment.init(Expression init) VariableAssignment.init(Expression init) DictItem.key(Expression key) BinaryExpression.left(Expression left) LogicalExpression.left(Expression left) MemberExpression.object(Expression object) BinaryExpression.right(Expression right) LogicalExpression.right(Expression right) voidConditionalExpression.setAlternate(Expression alternate) voidPipeExpression.setArgument(Expression argument) voidReturnStatement.setArgument(Expression argument) voidUnaryExpression.setArgument(Expression argument) voidIndexExpression.setArray(Expression array) voidCallExpression.setCallee(Expression callee) voidConditionalExpression.setConsequent(Expression consequent) voidExpressionStatement.setExpression(Expression expression) voidParenExpression.setExpression(Expression expression) voidIndexExpression.setIndex(Expression index) voidMemberAssignment.setInit(Expression init) voidVariableAssignment.setInit(Expression init) voidDictItem.setKey(Expression key) voidBinaryExpression.setLeft(Expression left) voidLogicalExpression.setLeft(Expression left) voidMemberExpression.setObject(Expression object) voidBinaryExpression.setRight(Expression right) voidLogicalExpression.setRight(Expression right) voidConditionalExpression.setTest(Expression test) voidDictItem.setVal(Expression val) voidProperty.setValue(Expression value) ConditionalExpression.test(Expression test) DictItem.val(Expression val) Property.value(Expression value) Method parameters in com.influxdb.client.domain with type arguments of type ExpressionModifier and TypeMethodDescriptionCallExpression.arguments(List<Expression> arguments) ArrayExpression.elements(List<Expression> elements) voidCallExpression.setArguments(List<Expression> arguments) voidArrayExpression.setElements(List<Expression> elements)