influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > Expression

Expression type

Signature:

type Expression = ArrayExpression | DictExpression | FunctionExpression | BinaryExpression | CallExpression | ConditionalExpression | LogicalExpression | MemberExpression | IndexExpression | ObjectExpression | ParenExpression | PipeExpression | UnaryExpression | BooleanLiteral | DateTimeLiteral | DurationLiteral | FloatLiteral | IntegerLiteral | PipeLiteral | RegexpLiteral | StringLiteral | UnsignedIntegerLiteral | Identifier;

References: ArrayExpression, DictExpression, FunctionExpression, BinaryExpression, CallExpression, ConditionalExpression, LogicalExpression, MemberExpression, IndexExpression, ObjectExpression, ParenExpression, PipeExpression, UnaryExpression, BooleanLiteral, DateTimeLiteral, DurationLiteral, FloatLiteral, IntegerLiteral, PipeLiteral, RegexpLiteral, StringLiteral, UnsignedIntegerLiteral, Identifier