Uses of Enum Class
io.trino.plugin.deltalake.functions.tablechanges.TableChangesFileType
Packages that use TableChangesFileType
-
Uses of TableChangesFileType in io.trino.plugin.deltalake.functions.tablechanges
Methods in io.trino.plugin.deltalake.functions.tablechanges that return TableChangesFileTypeModifier and TypeMethodDescriptionTableChangesSplit.fileType()Returns the value of thefileTyperecord component.static TableChangesFileTypeReturns the enum constant of this class with the specified name.static TableChangesFileType[]TableChangesFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.deltalake.functions.tablechanges with parameters of type TableChangesFileTypeModifierConstructorDescriptionTableChangesSplit(String path, long fileSize, Map<String, Optional<String>> partitionKeys, long currentVersionCommitTimestamp, TableChangesFileType fileType, long currentVersion) Creates an instance of aTableChangesSplitrecord class.