Uses of Class
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Notebook
-
Packages that use CommitInfoEntry.Notebook Package Description io.trino.plugin.deltalake.transactionlog -
-
Uses of CommitInfoEntry.Notebook in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return CommitInfoEntry.Notebook Modifier and Type Method Description CommitInfoEntry.NotebookCommitInfoEntry. getNotebook()Constructors in io.trino.plugin.deltalake.transactionlog with parameters of type CommitInfoEntry.Notebook Constructor Description CommitInfoEntry(long version, long timestamp, String userId, String userName, String operation, Map<String,String> operationParameters, CommitInfoEntry.Job job, CommitInfoEntry.Notebook notebook, String clusterId, long readVersion, String isolationLevel, boolean isBlindAppend)
-