Uses of Enum Class
io.trino.plugin.deltalake.DataFileInfo.DataFileType
Packages that use DataFileInfo.DataFileType
-
Uses of DataFileInfo.DataFileType in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DataFileInfo.DataFileTypeModifier and TypeMethodDescriptionprotected abstract DataFileInfo.DataFileTypeAbstractDeltaLakePageSink.getDataFileType()DataFileInfo.getDataFileType()protected DataFileInfo.DataFileTypeDeltaLakeCdfPageSink.getDataFileType()protected DataFileInfo.DataFileTypeDeltaLakePageSink.getDataFileType()static DataFileInfo.DataFileTypeReturns the enum constant of this class with the specified name.static DataFileInfo.DataFileType[]DataFileInfo.DataFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.deltalake with parameters of type DataFileInfo.DataFileTypeModifierConstructorDescriptionDataFileInfo(String path, long size, long creationTime, DataFileInfo.DataFileType dataFileType, List<String> partitionValues, DeltaLakeJsonFileStatistics statistics) DeltaLakeWriter(TrinoFileSystem fileSystem, FileWriter fileWriter, String rootTableLocation, String relativeFilePath, List<String> partitionValues, DeltaLakeWriterStats stats, List<DeltaLakeColumnHandle> columnHandles, DataFileInfo.DataFileType dataFileType)