Class SelectAndViewAnalyzer.SelectLayerCompletionHandler
java.lang.Object
com.illumon.iris.db.v2.select.analyzers.SelectAndViewAnalyzer.SelectLayerCompletionHandler
- Enclosing class:
- SelectAndViewAnalyzer
A class that handles the completion of one select column. The handlers are chained together so that when a
column completes all of the downstream dependencies may execute.
-
Constructor Summary
ConstructorsConstructorDescriptionSelectLayerCompletionHandler
(BitSet completedColumns, BitSet requiredColumns) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
Called when all of the required columns are completed.protected void
-
Constructor Details
-
SelectLayerCompletionHandler
-
-
Method Details
-
onError
-
onAllRequiredColumnsCompleted
protected abstract void onAllRequiredColumnsCompleted()Called when all of the required columns are completed.
-