# Functions
NewAvgDailyDrivingDuration creates a new avg daily driving duration per driver query filler.
NewAvgDailyDrivingSession creates a new avg daily driving session query filler.
NewAvgLoad creates a new avg load query filler.
NewAvgVsProjectedFuelConsumption creates a new avg vs projected fuel consumption query filler.
NewCore returns a new Core for the given time range and cardinality.
NewDailyTruckActivity creates a new daily truck activity query filler.
NewLastLocPerTruck creates a new last location query filler.
NewLastLocSingleTruck creates a new last location query filler.
NewStationaryTrucks creates a new stationary trucks query filler.
NewTruckBreakdownFrequency creates a new truck breakdown frequency query filler.
NewTrucksWithLongDrivingSession creates a new trucks with longer driving sessions query filler.
NewTruckWithHighLoad creates a new trucks with high load query filler.
NewTruckWithLongDailySession creates a new trucks with longer driving session query filler.
NewTruckWithLowFuel creates a new trucks with low fuel query filler.
# Constants
DailyDrivingDuration is time duration of one day of driving.
DiagnosticsTableName is the name of the table where all the diagnostics time series data is stored.
LabelAvgDailyDrivingDuration is the label for the avg daily driving durationquery.
LabelAvgDailyDrivingSession is the label for the avg daily driving session query.
LabelAvgLoad is the label for the avg load query.
LabelAvgVsProjectedFuelConsumption is the label for the avg vs projected fuel consumption query.
LabelBreakdownFrequency is the label for the breakdown frequency query.
LabelDailyActivity is the label for the daily activity query.
LabelHighLoad is the label for the high load query.
LabelLastLoc is the label for the last location query.
LabelLastLocSingleTruck is the label for the last location query for a single truck.
LabelLongDailySessions is the label for the long daily sessions query.
LabelLongDrivingSessions is the label for the long driving sessions query.
LabelLowFuel is the label for the low fuel query.
LabelStationaryTrucks is the label for the stationary trucks query.
LongDrivingSessionDuration is the the time duration which is considered a long driving session without stopping.
ReadingsTableName is the name of the table where all the readings time series data is stored.
StationaryDuration is the time duration to evaluate stationary trucks.
# Structs
AvgDailyDrivingDuration contains info for filling in avg daily driving duration per driver queries.
AvgDailyDrivingSession contains info for filling in avg daily driving session queries.
AvgLoad contains info for filling in avg load queries.
AvgVsProjectedFuelConsumption contains info for filling in avg vs projected fuel consumption queries.
Core is the common component of all generators for all systems.
DailyTruckActivity contains info for filling in daily truck activity queries.
LastLocPerTruck contains info for filling in last location queries.
LastLocSingleTruck contains info for filling in last location query for a single truck.
StationaryTrucks contains info for filling in stationary trucks queries.
TruckBreakdownFrequency contains info for filling in truck breakdown frequency queries.
TrucksWithHighLoad contains info for filling in trucks with high load queries.
TrucksWithLongDailySession contains info for filling in trucks with longer driving session queries.
TrucksWithLongDrivingSession contains info for filling in trucks with longer driving sessions queries.
TrucksWithLowFuel contains info for filling in trucks with low fuel queries.
# Interfaces
AvgDailyDrivingDurationFiller is a type that can fill in an avg daily driving duration per driver query.
AvgDailyDrivingSessionFiller is a type that can fill in an avg daily driving session query.
AvgLoadFiller is a type that can fill in an avg load query.
AvgVsProjectedFuelConsumptionFiller is a type that can fill in an avg vs projected fuel consumption query.
DailyTruckActivityFiller is a type that can fill in the daily truck activity query.
LastLocByTruckFiller is a type that can fill in a last location query for a number of trucks.
LastLocFiller is a type that can fill in a last location query.
StationaryTrucksFiller is a type that can fill in the stationary trucks query.
TruckBreakdownFrequencyFiller is a type that can fill in the truck breakdown frequency query.
TruckHighLoadFiller is a type that can fill in a trucks with high load query.
TruckLongDailySessionFiller is a type that can fill in a trucks with longer daily driving sessions query.
TruckLongDrivingSessionFiller is a type that can fill in a trucks with longer driving sessions query.
TruckLowFuelFiller is a type that can fill in a trucks with low fuel query.