Uses of Class
io.trino.execution.buffer.PagesSerde.PagesSerdeContext
-
Packages that use PagesSerde.PagesSerdeContext Package Description io.trino.execution.buffer -
-
Uses of PagesSerde.PagesSerdeContext in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return PagesSerde.PagesSerdeContext Modifier and Type Method Description PagesSerde.PagesSerdeContextPagesSerde. newContext()Methods in io.trino.execution.buffer with parameters of type PagesSerde.PagesSerdeContext Modifier and Type Method Description PagePagesSerde. deserialize(PagesSerde.PagesSerdeContext context, SerializedPage serializedPage)SerializedPagePagesSerde. serialize(PagesSerde.PagesSerdeContext context, Page page)
-