Package org.apache.drill.exec.vector
Class SchemaChangeCallBack
java.lang.Object
org.apache.drill.exec.vector.SchemaChangeCallBack
- All Implemented Interfaces:
CallBack
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a schema-change callback with the schema-changed state set tofalse. -
Method Summary
Modifier and TypeMethodDescriptionvoiddoWork()Sets the schema-changed state totrue.booleanReturns the value of schema-changed state, resetting the schema-changed state tofalse.
-
Constructor Details
-
SchemaChangeCallBack
public SchemaChangeCallBack()Constructs a schema-change callback with the schema-changed state set tofalse.
-
-
Method Details