public static class TemporalJoinSQLExample.EnrichedTransaction extends TemporalJoinSQLExample.Transaction
Modifier and Type | Field and Description |
---|---|
double |
totalEuro |
amount, currencyCode, id, trxTime
Constructor and Description |
---|
EnrichedTransaction() |
EnrichedTransaction(String id,
java.time.Instant trxTime,
String currencyCode,
double amount,
double totalEuro) |
public String toString()
toString
in class TemporalJoinSQLExample.Transaction
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.