Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
BinaryExpression
Interface BinaryExpression
uses binary operators to act on two operands in an expression
interface
BinaryExpression
{
left
?:
Expression
;
operator
?:
string
;
right
?:
Expression
;
type
?:
string
;
}
Index
Properties
left?
operator?
right?
type?
Properties
Optional
left
left
?:
Expression
Optional
operator
operator
?:
string
Optional
right
right
?:
Expression
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
left
operator
right
type
Documentation
Loading...
uses binary operators to act on two operands in an expression