Package org.apache.drill.exec.schema
Interface IdGenerator<T>
- All Known Implementing Classes:
SchemaIdGenerator
public interface IdGenerator<T>
-
Method Summary
-
Method Details
-
getNextId
T getNextId() -
reset
void reset()
-
SchemaIdGenerator