Uses of Class
org.apache.parquet.format.EncryptionWithColumnKey._Fields
-
Packages that use EncryptionWithColumnKey._Fields Package Description org.apache.parquet.format -
-
Uses of EncryptionWithColumnKey._Fields in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type EncryptionWithColumnKey._Fields Modifier and Type Field Description static Map<EncryptionWithColumnKey._Fields,org.apache.thrift.meta_data.FieldMetaData>EncryptionWithColumnKey. metaDataMapMethods in org.apache.parquet.format that return EncryptionWithColumnKey._Fields Modifier and Type Method Description EncryptionWithColumnKey._FieldsEncryptionWithColumnKey. fieldForId(int fieldId)static EncryptionWithColumnKey._FieldsEncryptionWithColumnKey._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static EncryptionWithColumnKey._FieldsEncryptionWithColumnKey._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static EncryptionWithColumnKey._FieldsEncryptionWithColumnKey._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static EncryptionWithColumnKey._FieldsEncryptionWithColumnKey._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionWithColumnKey._Fields[]EncryptionWithColumnKey._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.format with parameters of type EncryptionWithColumnKey._Fields Modifier and Type Method Description ObjectEncryptionWithColumnKey. getFieldValue(EncryptionWithColumnKey._Fields field)booleanEncryptionWithColumnKey. isSet(EncryptionWithColumnKey._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidEncryptionWithColumnKey. setFieldValue(EncryptionWithColumnKey._Fields field, Object value)
-