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