Uses of Enum Class
io.trino.hive.thrift.metastore.FileMetadataExprType
-
Uses of FileMetadataExprType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return FileMetadataExprTypeModifier and TypeMethodDescriptionstatic FileMetadataExprTypeFileMetadataExprType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.GetFileMetadataByExprRequest.getType()PutFileMetadataRequest.getType()static FileMetadataExprTypeReturns the enum constant of this class with the specified name.static FileMetadataExprType[]FileMetadataExprType.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 FileMetadataExprTypeModifier and TypeMethodDescriptionGetFileMetadataByExprRequest.setType(FileMetadataExprType type) PutFileMetadataRequest.setType(FileMetadataExprType type)