Uses of Enum Class
io.trino.hive.thrift.metastore.FieldSchema._Fields
-
Uses of FieldSchema._Fields in io.trino.hive.thrift.metastore
Fields in io.trino.hive.thrift.metastore with type parameters of type FieldSchema._FieldsModifier and TypeFieldDescriptionstatic final Map<FieldSchema._Fields,org.apache.thrift.meta_data.FieldMetaData> FieldSchema.metaDataMapMethods in io.trino.hive.thrift.metastore that return FieldSchema._FieldsModifier and TypeMethodDescriptionFieldSchema.fieldForId(int fieldId) static FieldSchema._FieldsFieldSchema._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static FieldSchema._FieldsFieldSchema._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static FieldSchema._FieldsFieldSchema._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static FieldSchema._FieldsReturns the enum constant of this class with the specified name.static FieldSchema._Fields[]FieldSchema._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.hive.thrift.metastore with parameters of type FieldSchema._FieldsModifier and TypeMethodDescriptionFieldSchema.getFieldValue(FieldSchema._Fields field) booleanFieldSchema.isSet(FieldSchema._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidFieldSchema.setFieldValue(FieldSchema._Fields field, Object value)