Package org.apache.drill.exec.vector
Class SchemaChangeCallBack
java.lang.Object
org.apache.drill.exec.vector.SchemaChangeCallBack
- All Implemented Interfaces:
CallBack
-
Constructor Summary
ConstructorDescriptionConstructs a schema-change callback with the schema-changed state set tofalse
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
doWork()
Sets the schema-changed state totrue
.boolean
Returns 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