Class BlockLoaderWarnings

java.lang.Object
org.elasticsearch.xpack.esql.expression.function.BlockLoaderWarnings
All Implemented Interfaces:
Warnings

public class BlockLoaderWarnings extends Object implements Warnings
Shim between the Warnings in server and our Warnings. Also adds laziness because our Warnings are a little expensive on creation and Warnings wants to be cheap to create.