Uses of Class
io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
-
Packages that use MetadataEntry.Format Package Description io.trino.plugin.deltalake.transactionlog -
-
Uses of MetadataEntry.Format in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return MetadataEntry.Format Modifier and Type Method Description MetadataEntry.FormatMetadataEntry. getFormat()Constructors in io.trino.plugin.deltalake.transactionlog with parameters of type MetadataEntry.Format Constructor Description MetadataEntry(String id, String name, String description, MetadataEntry.Format format, String schemaString, List<String> partitionColumns, Map<String,String> configuration, long createdTime)
-