Object that contains message JoinWithTimeInfo JoinWithTimeInfo contains attributes as follows:
message JoinWithTimeInfo { optional string timeColName = 3; repeated string keyColName = 4; required string timeInterval = 3 [default = "1 minutes"]; optional JoinType joinType = 4 [default = INNER]; }
enum JoinType { INNER = 0; LEFT_OUTER = 1; RIGHT_OUTER = 2; }
:: ApplicationDeveloperApi ::
Operator that joins columns in multiple dataframes by key within time slot.