src/main/java/com/aliyun/dts/subscribe/clients/formats/avro/Float.java [70:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public Object get(int field$) {
    switch (field$) {
    case 0: return value;
    case 1: return precision;
    case 2: return scale;
    default: throw new org.apache.avro.AvroRuntimeException("Bad index");
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/dts/subscribe/clients/formats/avro/Decimal.java [70:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public Object get(int field$) {
    switch (field$) {
    case 0: return value;
    case 1: return precision;
    case 2: return scale;
    default: throw new org.apache.avro.AvroRuntimeException("Bad index");
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



