Uses of Class
com.influxdb.v3.client.query.QueryOptions
Package
Description
-
Uses of QueryOptions in com.influxdb.v3.client
Modifier and TypeMethodDescriptionInfluxDBClient.query
(String query, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.Query data from InfluxDB IOx using FlightSQL.Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClient.queryBatches
(String query, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClient.queryBatches
(String query, Map<String, Object> parameters, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.InfluxDBClient.queryPoints
(String query, QueryOptions options) Query data from InfluxDB IOx into Point structure using FlightSQL.InfluxDBClient.queryPoints
(String query, Map<String, Object> parameters, QueryOptions options) Query data from InfluxDB IOx into Point structure using FlightSQL. -
Uses of QueryOptions in com.influxdb.v3.client.internal
Modifier and TypeMethodDescriptionInfluxDBClientImpl.query
(String query, QueryOptions options) Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClientImpl.queryBatches
(String query, QueryOptions options) Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClientImpl.queryBatches
(String query, Map<String, Object> parameters, QueryOptions options) InfluxDBClientImpl.queryPoints
(String query, QueryOptions options) InfluxDBClientImpl.queryPoints
(String query, Map<String, Object> parameters, QueryOptions options) -
Uses of QueryOptions in com.influxdb.v3.client.query
Modifier and TypeFieldDescriptionstatic final QueryOptions
QueryOptions.DEFAULTS
Default QueryAPI options.static final QueryOptions
QueryOptions.INFLUX_QL
Default QueryAPI options for InfluxQL.