Class SessionUtils
java.lang.Object
org.elasticsearch.xpack.esql.session.SessionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic longcheckPagesBelowSize(List<Page> pages, ByteSizeValue maxSize, LongFunction<String> exceptionMessage) static Block[]
-
Method Details
-
fromPages
-
checkPagesBelowSize
public static long checkPagesBelowSize(List<Page> pages, ByteSizeValue maxSize, LongFunction<String> exceptionMessage) -
fromPage
-