Package io.trino.operator
Interface PagesIndex.Factory
-
- All Known Implementing Classes:
PagesIndex.DefaultFactory,PagesIndex.TestingFactory
- Enclosing class:
- PagesIndex
public static interface PagesIndex.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PagesIndexnewPagesIndex(List<Type> types, int expectedPositions)
-
-
-
Method Detail
-
newPagesIndex
PagesIndex newPagesIndex(List<Type> types, int expectedPositions)
-
-