analytics_query_multiflight: Execute an analytics query over multiple flight ids

View source: R/analytics_query.R

analytics_query_multiflightR Documentation

Execute an analytics query over multiple flight ids

Description

Execute an analytics query over multiple flight ids

Usage

analytics_query_multiflight(
  flight_ids,
  query_list,
  start_offsets = c(),
  end_offsets = c(),
  efoqa_connection = connect_to_efoqa(),
  coerce_types = TRUE
)

Arguments

flight_ids

a vector of multiple flight ids to run the analytics query over.

query_list

R list form of the analytics query to perform.

start_offsets

A vector of start offsets that match with the flight ids.

end_offsets

A vector of end offsets that match with the flight ids.

efoqa_connection

Optional efoqa connection for multi-system or re-use.

coerce_types

Set this to FALSE to get all results back as strings. This will improve speed a little bit since no metadata queries will be required.

Value

A dataframe containing the results of executing the query on each flight record.


ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.