OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.parser.extension.ddl.SqlValidateSystem Class Reference
+ Inheritance diagram for com.mapd.parser.extension.ddl.SqlValidateSystem:
+ Collaboration diagram for com.mapd.parser.extension.ddl.SqlValidateSystem:

Public Member Functions

 SqlValidateSystem (final SqlParserPos pos, final String type, HeavyDBOptionsMap withOptions)
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlCustomDdl
 SqlCustomDdl (final SqlOperator operator, final SqlParserPos pos)
 
List< SqlNode > getOperandList ()
 
String toString ()
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl
default String toJsonString ()
 

Private Attributes

String type
 
HeavyDBOptionsMap options
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

Class that encapsulates all information associated with a VALIDATE DDL command.

Definition at line 14 of file SqlValidateSystem.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlValidateSystem.SqlValidateSystem ( final SqlParserPos  pos,
final String  type,
HeavyDBOptionsMap  withOptions 
)
inline

Definition at line 23 of file SqlValidateSystem.java.

References com.mapd.parser.extension.ddl.SqlValidateSystem.OPERATOR, and com.mapd.parser.extension.ddl.SqlValidateSystem.type.

24  {
25  super(OPERATOR, pos);
26  this.type = type;
27  this.options = withOptions;
28  }

Member Data Documentation

final SqlOperator com.mapd.parser.extension.ddl.SqlValidateSystem.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("VALIDATE_SYSTEM", SqlKind.OTHER_DDL)

Definition at line 15 of file SqlValidateSystem.java.

Referenced by com.mapd.parser.extension.ddl.SqlValidateSystem.SqlValidateSystem().

HeavyDBOptionsMap com.mapd.parser.extension.ddl.SqlValidateSystem.options
private

Definition at line 21 of file SqlValidateSystem.java.

String com.mapd.parser.extension.ddl.SqlValidateSystem.type
private

Definition at line 19 of file SqlValidateSystem.java.

Referenced by TableFunctionsFactory_node.PrimitiveNode.__eq__(), TableFunctionsFactory_declbracket.Declaration.__getattr__(), TableFunctionsFactory_node.ArgNode.__iter__(), TableFunctionsFactory_declbracket.Declaration.__repr__(), TableFunctionsFactory_declbracket.Declaration.__str__(), TableFunctionsFactory_parser.Token.__str__(), TableFunctionsFactory_node.TypeNode.is_array_text_encoding_dict(), TableFunctionsFactory_node.TypeNode.is_column(), TableFunctionsFactory_node.TypeNode.is_column_list(), TableFunctionsFactory_node.TypeNode.is_cursor(), TableFunctionsFactory_node.TypeNode.is_output_buffer_sizer(), TableFunctionsFactory_node.TypeNode.is_string_scalar(), TableFunctionsFactory_node.TypeNode.is_text_encoding_dict(), heavydb.completion_hints.ttypes.TCompletionHint.read(), heavydb.common.ttypes.TTypeInfo.read(), heavydb.serialized_result_set.ttypes.TTargetInfo.read(), heavydb.serialized_result_set.ttypes.TCountDistinctSet.read(), heavydb.thrift.ttypes.TColumnRange.read(), heavydb.thrift.ttypes.TRenderDatum.read(), heavydb.thrift.Heavy.get_db_object_privs_args.read(), com.mapd.parser.extension.ddl.SqlValidateSystem.SqlValidateSystem(), heavydb.completion_hints.ttypes.TCompletionHint.write(), heavydb.common.ttypes.TTypeInfo.write(), heavydb.serialized_result_set.ttypes.TTargetInfo.write(), heavydb.serialized_result_set.ttypes.TCountDistinctSet.write(), heavydb.thrift.ttypes.TColumnRange.write(), heavydb.thrift.ttypes.TRenderDatum.write(), and heavydb.thrift.Heavy.get_db_object_privs_args.write().


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