Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/**
* Autogenerated by Thrift Compiler (0.13.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.parquet.format;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-09-30")
public class ColumnCryptoMetaData extends org.apache.thrift.TUnion {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ColumnCryptoMetaData");
private static final org.apache.thrift.protocol.TField ENCRYPTION__WITH__FOOTER__KEY_FIELD_DESC = new org.apache.thrift.protocol.TField("ENCRYPTION_WITH_FOOTER_KEY", org.apache.thrift.protocol.TType.STRUCT, (short)1);
private static final org.apache.thrift.protocol.TField ENCRYPTION__WITH__COLUMN__KEY_FIELD_DESC = new org.apache.thrift.protocol.TField("ENCRYPTION_WITH_COLUMN_KEY", org.apache.thrift.protocol.TType.STRUCT, (short)2);
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
ENCRYPTION__WITH__FOOTER__KEY((short)1, "ENCRYPTION_WITH_FOOTER_KEY"),
ENCRYPTION__WITH__COLUMN__KEY((short)2, "ENCRYPTION_WITH_COLUMN_KEY");
private static final java.util.Map byName = new java.util.HashMap();
static {
for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
@org.apache.thrift.annotation.Nullable
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // ENCRYPTION__WITH__FOOTER__KEY
return ENCRYPTION__WITH__FOOTER__KEY;
case 2: // ENCRYPTION__WITH__COLUMN__KEY
return ENCRYPTION__WITH__COLUMN__KEY;
default:
return null;
}
}
/**
* Find the _Fields constant that matches fieldId, throwing an exception
* if it is not found.
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
if (fields == null) throw new java.lang.IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
}
/**
* Find the _Fields constant that matches name, or null if its not found.
*/
@org.apache.thrift.annotation.Nullable
public static _Fields findByName(java.lang.String name) {
return byName.get(name);
}
private final short _thriftId;
private final java.lang.String _fieldName;
_Fields(short thriftId, java.lang.String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
public short getThriftFieldId() {
return _thriftId;
}
public java.lang.String getFieldName() {
return _fieldName;
}
}
public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new java.util.EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
tmpMap.put(_Fields.ENCRYPTION__WITH__FOOTER__KEY, new org.apache.thrift.meta_data.FieldMetaData("ENCRYPTION_WITH_FOOTER_KEY", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, EncryptionWithFooterKey.class)));
tmpMap.put(_Fields.ENCRYPTION__WITH__COLUMN__KEY, new org.apache.thrift.meta_data.FieldMetaData("ENCRYPTION_WITH_COLUMN_KEY", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, EncryptionWithColumnKey.class)));
metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(ColumnCryptoMetaData.class, metaDataMap);
}
public ColumnCryptoMetaData() {
super();
}
public ColumnCryptoMetaData(_Fields setField, java.lang.Object value) {
super(setField, value);
}
public ColumnCryptoMetaData(ColumnCryptoMetaData other) {
super(other);
}
public ColumnCryptoMetaData deepCopy() {
return new ColumnCryptoMetaData(this);
}
public static ColumnCryptoMetaData ENCRYPTION_WITH_FOOTER_KEY(EncryptionWithFooterKey value) {
ColumnCryptoMetaData x = new ColumnCryptoMetaData();
x.setENCRYPTION_WITH_FOOTER_KEY(value);
return x;
}
public static ColumnCryptoMetaData ENCRYPTION_WITH_COLUMN_KEY(EncryptionWithColumnKey value) {
ColumnCryptoMetaData x = new ColumnCryptoMetaData();
x.setENCRYPTION_WITH_COLUMN_KEY(value);
return x;
}
@Override
protected void checkType(_Fields setField, java.lang.Object value) throws java.lang.ClassCastException {
switch (setField) {
case ENCRYPTION__WITH__FOOTER__KEY:
if (value instanceof EncryptionWithFooterKey) {
break;
}
throw new java.lang.ClassCastException("Was expecting value of type EncryptionWithFooterKey for field 'ENCRYPTION_WITH_FOOTER_KEY', but got " + value.getClass().getSimpleName());
case ENCRYPTION__WITH__COLUMN__KEY:
if (value instanceof EncryptionWithColumnKey) {
break;
}
throw new java.lang.ClassCastException("Was expecting value of type EncryptionWithColumnKey for field 'ENCRYPTION_WITH_COLUMN_KEY', but got " + value.getClass().getSimpleName());
default:
throw new java.lang.IllegalArgumentException("Unknown field id " + setField);
}
}
@Override
protected java.lang.Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException {
_Fields setField = _Fields.findByThriftId(field.id);
if (setField != null) {
switch (setField) {
case ENCRYPTION__WITH__FOOTER__KEY:
if (field.type == ENCRYPTION__WITH__FOOTER__KEY_FIELD_DESC.type) {
EncryptionWithFooterKey ENCRYPTION_WITH_FOOTER_KEY;
ENCRYPTION_WITH_FOOTER_KEY = new EncryptionWithFooterKey();
ENCRYPTION_WITH_FOOTER_KEY.read(iprot);
return ENCRYPTION_WITH_FOOTER_KEY;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case ENCRYPTION__WITH__COLUMN__KEY:
if (field.type == ENCRYPTION__WITH__COLUMN__KEY_FIELD_DESC.type) {
EncryptionWithColumnKey ENCRYPTION_WITH_COLUMN_KEY;
ENCRYPTION_WITH_COLUMN_KEY = new EncryptionWithColumnKey();
ENCRYPTION_WITH_COLUMN_KEY.read(iprot);
return ENCRYPTION_WITH_COLUMN_KEY;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
default:
throw new java.lang.IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
}
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
}
@Override
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
switch (setField_) {
case ENCRYPTION__WITH__FOOTER__KEY:
EncryptionWithFooterKey ENCRYPTION_WITH_FOOTER_KEY = (EncryptionWithFooterKey)value_;
ENCRYPTION_WITH_FOOTER_KEY.write(oprot);
return;
case ENCRYPTION__WITH__COLUMN__KEY:
EncryptionWithColumnKey ENCRYPTION_WITH_COLUMN_KEY = (EncryptionWithColumnKey)value_;
ENCRYPTION_WITH_COLUMN_KEY.write(oprot);
return;
default:
throw new java.lang.IllegalStateException("Cannot write union with unknown field " + setField_);
}
}
@Override
protected java.lang.Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException {
_Fields setField = _Fields.findByThriftId(fieldID);
if (setField != null) {
switch (setField) {
case ENCRYPTION__WITH__FOOTER__KEY:
EncryptionWithFooterKey ENCRYPTION_WITH_FOOTER_KEY;
ENCRYPTION_WITH_FOOTER_KEY = new EncryptionWithFooterKey();
ENCRYPTION_WITH_FOOTER_KEY.read(iprot);
return ENCRYPTION_WITH_FOOTER_KEY;
case ENCRYPTION__WITH__COLUMN__KEY:
EncryptionWithColumnKey ENCRYPTION_WITH_COLUMN_KEY;
ENCRYPTION_WITH_COLUMN_KEY = new EncryptionWithColumnKey();
ENCRYPTION_WITH_COLUMN_KEY.read(iprot);
return ENCRYPTION_WITH_COLUMN_KEY;
default:
throw new java.lang.IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
}
} else {
throw new org.apache.thrift.protocol.TProtocolException("Couldn't find a field with field id " + fieldID);
}
}
@Override
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
switch (setField_) {
case ENCRYPTION__WITH__FOOTER__KEY:
EncryptionWithFooterKey ENCRYPTION_WITH_FOOTER_KEY = (EncryptionWithFooterKey)value_;
ENCRYPTION_WITH_FOOTER_KEY.write(oprot);
return;
case ENCRYPTION__WITH__COLUMN__KEY:
EncryptionWithColumnKey ENCRYPTION_WITH_COLUMN_KEY = (EncryptionWithColumnKey)value_;
ENCRYPTION_WITH_COLUMN_KEY.write(oprot);
return;
default:
throw new java.lang.IllegalStateException("Cannot write union with unknown field " + setField_);
}
}
@Override
protected org.apache.thrift.protocol.TField getFieldDesc(_Fields setField) {
switch (setField) {
case ENCRYPTION__WITH__FOOTER__KEY:
return ENCRYPTION__WITH__FOOTER__KEY_FIELD_DESC;
case ENCRYPTION__WITH__COLUMN__KEY:
return ENCRYPTION__WITH__COLUMN__KEY_FIELD_DESC;
default:
throw new java.lang.IllegalArgumentException("Unknown field id " + setField);
}
}
@Override
protected org.apache.thrift.protocol.TStruct getStructDesc() {
return STRUCT_DESC;
}
@Override
protected _Fields enumForId(short id) {
return _Fields.findByThriftIdOrThrow(id);
}
@org.apache.thrift.annotation.Nullable
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public EncryptionWithFooterKey getENCRYPTION_WITH_FOOTER_KEY() {
if (getSetField() == _Fields.ENCRYPTION__WITH__FOOTER__KEY) {
return (EncryptionWithFooterKey)getFieldValue();
} else {
throw new java.lang.RuntimeException("Cannot get field 'ENCRYPTION_WITH_FOOTER_KEY' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setENCRYPTION_WITH_FOOTER_KEY(EncryptionWithFooterKey value) {
if (value == null) throw new java.lang.NullPointerException();
setField_ = _Fields.ENCRYPTION__WITH__FOOTER__KEY;
value_ = value;
}
public EncryptionWithColumnKey getENCRYPTION_WITH_COLUMN_KEY() {
if (getSetField() == _Fields.ENCRYPTION__WITH__COLUMN__KEY) {
return (EncryptionWithColumnKey)getFieldValue();
} else {
throw new java.lang.RuntimeException("Cannot get field 'ENCRYPTION_WITH_COLUMN_KEY' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setENCRYPTION_WITH_COLUMN_KEY(EncryptionWithColumnKey value) {
if (value == null) throw new java.lang.NullPointerException();
setField_ = _Fields.ENCRYPTION__WITH__COLUMN__KEY;
value_ = value;
}
public boolean isSetENCRYPTION_WITH_FOOTER_KEY() {
return setField_ == _Fields.ENCRYPTION__WITH__FOOTER__KEY;
}
public boolean isSetENCRYPTION_WITH_COLUMN_KEY() {
return setField_ == _Fields.ENCRYPTION__WITH__COLUMN__KEY;
}
public boolean equals(java.lang.Object other) {
if (other instanceof ColumnCryptoMetaData) {
return equals((ColumnCryptoMetaData)other);
} else {
return false;
}
}
public boolean equals(ColumnCryptoMetaData other) {
return other != null && getSetField() == other.getSetField() && getFieldValue().equals(other.getFieldValue());
}
@Override
public int compareTo(ColumnCryptoMetaData other) {
int lastComparison = org.apache.thrift.TBaseHelper.compareTo(getSetField(), other.getSetField());
if (lastComparison == 0) {
return org.apache.thrift.TBaseHelper.compareTo(getFieldValue(), other.getFieldValue());
}
return lastComparison;
}
@Override
public int hashCode() {
java.util.List list = new java.util.ArrayList();
list.add(this.getClass().getName());
org.apache.thrift.TFieldIdEnum setField = getSetField();
if (setField != null) {
list.add(setField.getThriftFieldId());
java.lang.Object value = getFieldValue();
if (value instanceof org.apache.thrift.TEnum) {
list.add(((org.apache.thrift.TEnum)getFieldValue()).getValue());
} else {
list.add(value);
}
}
return list.hashCode();
}
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
try {
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
} catch (org.apache.thrift.TException te) {
throw new java.io.IOException(te);
}
}
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException {
try {
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
} catch (org.apache.thrift.TException te) {
throw new java.io.IOException(te);
}
}
}