src/main/java/com/google/solutions/df/log/aggregations/common/fraud/detection/Util.java [47:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              Schema.Field.of("type", FieldType.STRING).withNullable(true),
              Schema.Field.of("amount", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("oldbalanceOrg", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("newbalanceOrig", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("oldbalanceDest", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("newbalanceDest", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("transactionId", FieldType.STRING).withNullable(true))
          .collect(toSchema());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/solutions/df/log/aggregations/common/fraud/detection/Util.java [62:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              Schema.Field.of("type", FieldType.STRING).withNullable(true),
              Schema.Field.of("amount", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("oldbalanceOrg", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("newbalanceOrig", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("oldbalanceDest", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("newbalanceDest", FieldType.DOUBLE).withNullable(true),
              Schema.Field.of("transactionId", FieldType.STRING).withNullable(true))
          .collect(toSchema());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



