in amoro-common/src/main/gen-java/org/apache/amoro/api/DataFile.java [966:1080]
public void read(org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocol iprot, DataFile struct) throws org.apache.amoro.shade.thrift.org.apache.thrift.TException {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
while (true)
{
schemeField = iprot.readFieldBegin();
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.STOP) {
break;
}
switch (schemeField.id) {
case 1: // FILE_TYPE
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.STRING) {
struct.fileType = iprot.readString();
struct.setFileTypeIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 2: // PATH
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.STRING) {
struct.path = iprot.readString();
struct.setPathIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 3: // FILE_SIZE
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.I64) {
struct.fileSize = iprot.readI64();
struct.setFileSizeIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 4: // MASK
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.I64) {
struct.mask = iprot.readI64();
struct.setMaskIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 5: // INDEX
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.I64) {
struct.index = iprot.readI64();
struct.setIndexIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 6: // SPEC_ID
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.I64) {
struct.specId = iprot.readI64();
struct.setSpecIdIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 7: // PARTITION
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.LIST) {
{
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TList _list30 = iprot.readListBegin();
struct.partition = new java.util.ArrayList<PartitionFieldData>(_list30.size);
@org.apache.amoro.shade.thrift.org.apache.thrift.annotation.Nullable PartitionFieldData _elem31;
for (int _i32 = 0; _i32 < _list30.size; ++_i32)
{
_elem31 = new PartitionFieldData();
_elem31.read(iprot);
struct.partition.add(_elem31);
}
iprot.readListEnd();
}
struct.setPartitionIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 8: // RECORD_COUNT
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.I64) {
struct.recordCount = iprot.readI64();
struct.setRecordCountIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 9: // UPPER_BOUNDS
if (schemeField.type == org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TType.MAP) {
{
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TMap _map33 = iprot.readMapBegin();
struct.upperBounds = new java.util.HashMap<java.lang.String,java.nio.ByteBuffer>(2*_map33.size);
@org.apache.amoro.shade.thrift.org.apache.thrift.annotation.Nullable java.lang.String _key34;
@org.apache.amoro.shade.thrift.org.apache.thrift.annotation.Nullable java.nio.ByteBuffer _val35;
for (int _i36 = 0; _i36 < _map33.size; ++_i36)
{
_key34 = iprot.readString();
_val35 = iprot.readBinary();
struct.upperBounds.put(_key34, _val35);
}
iprot.readMapEnd();
}
struct.setUpperBoundsIsSet(true);
} else {
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
default:
org.apache.amoro.shade.thrift.org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
iprot.readFieldEnd();
}
iprot.readStructEnd();
// check for required fields of primitive type, which can't be checked in the validate method
struct.validate();
}