OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
org.apache.calcite.sql.validate.SqlValidatorImpl.Status Enum Reference

Public Attributes

 UNVALIDATED
 
 IN_PROGRESS
 
 VALID
 

Detailed Description

Validation status.

Definition at line 6690 of file SqlValidatorImpl.java.

Member Data Documentation

org.apache.calcite.sql.validate.SqlValidatorImpl.Status.IN_PROGRESS

Validation is in progress for this scope.

Definition at line 6699 of file SqlValidatorImpl.java.

org.apache.calcite.sql.validate.SqlValidatorImpl.Status.UNVALIDATED

Validation has not started for this scope.

Definition at line 6694 of file SqlValidatorImpl.java.

org.apache.calcite.sql.validate.SqlValidatorImpl.Status.VALID

Validation has completed (perhaps unsuccessfully).

Definition at line 6704 of file SqlValidatorImpl.java.


The documentation for this enum was generated from the following file: