Package io.trino.operator
Interface UpdateMemory
-
public interface UpdateMemory
-
-
Field Summary
Fields Modifier and Type Field Description static UpdateMemoryNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanupdate()Update memory reservation.
-
-
-
Field Detail
-
NOOP
static final UpdateMemory NOOP
-
-