OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
generate_TableFunctionsFactory_init.PrimitiveNode Class Reference
+ Inheritance diagram for generate_TableFunctionsFactory_init.PrimitiveNode:
+ Collaboration diagram for generate_TableFunctionsFactory_init.PrimitiveNode:

Public Member Functions

def __init__
 
def accept
 
def __str__
 
def is_text_encoding_dict
 
def is_array_text_encoding_dict
 
- Public Member Functions inherited from generate_TableFunctionsFactory_init.TypeNode
def is_array
 
def is_column_any
 
def is_column
 
def is_column_list
 
def is_cursor
 
def is_output_buffer_sizer
 
- Public Member Functions inherited from generate_TableFunctionsFactory_init.Node
def accept
 
def __str__
 
def get_parent
 
def copy
 

Public Attributes

 type
 
- Public Attributes inherited from generate_TableFunctionsFactory_init.TypeNode
 type
 

Static Private Attributes

 __repr__ = __str__
 

Detailed Description

Definition at line 1152 of file generate_TableFunctionsFactory_init.py.

Constructor & Destructor Documentation

def generate_TableFunctionsFactory_init.PrimitiveNode.__init__ (   self,
  type 
)
Parameters
----------
type : str

Definition at line 1154 of file generate_TableFunctionsFactory_init.py.

1155  def __init__(self, type):
1156  """
1157  Parameters
1158  ----------
1159  type : str
1160  """
1161  self.type = type

Member Function Documentation

def generate_TableFunctionsFactory_init.PrimitiveNode.__str__ (   self)

+ Here is the call graph for this function:

def generate_TableFunctionsFactory_init.PrimitiveNode.accept (   self,
  visitor 
)

Definition at line 1162 of file generate_TableFunctionsFactory_init.py.

1163  def accept(self, visitor):
1164  return visitor.visit_primitive_node(self)
def generate_TableFunctionsFactory_init.PrimitiveNode.is_array_text_encoding_dict (   self)

Definition at line 1171 of file generate_TableFunctionsFactory_init.py.

References com.mapd.parser.extension.ddl.heavysql.HeavySqlEncoding.type, com.mapd.parser.extension.ddl.heavysql.HeavySqlDataType.type, ai.heavy.jdbc.HeavyAIArray.type, com.mapd.parser.extension.ddl.SqlValidateSystem.type, com.mapd.utility.db_vendors.Db_vendor_types.GisType.type, ai.heavy.jdbc.HeavyAIColumnTypeTest.Answer.type, com.mapd.parser.extension.ddl.SqlGrantPrivilege.type, com.mapd.parser.extension.ddl.SqlRevokePrivilege.type, ConverterCreateParameter.type, foreign_storage::UserMapping.type, heavydb.completion_hints.ttypes.TCompletionHint.type, ColumnLazyFetchInfo.type, generate_TableFunctionsFactory_init.Declaration.type, JoinCondition.type, heavydb.common.ttypes.TTypeInfo.type, Function::NamedArg.type, generate_TableFunctionsFactory_init.Token.type, heavydb.serialized_result_set.ttypes.TTargetInfo.type, heavydb.serialized_result_set.ttypes.TCountDistinctSet.type, generate_TableFunctionsFactory_init.ArgNode.type, generate_TableFunctionsFactory_init.TypeNode.type, heavydb.thrift.ttypes.TColumnRange.type, heavydb.thrift.ttypes.TRenderDatum.type, and heavydb.thrift.Heavy.get_db_object_privs_args.type.

1172  def is_array_text_encoding_dict(self):
1173  return self.type == 'ArrayTextEncodingDict'
def generate_TableFunctionsFactory_init.PrimitiveNode.is_text_encoding_dict (   self)

Definition at line 1168 of file generate_TableFunctionsFactory_init.py.

References com.mapd.parser.extension.ddl.heavysql.HeavySqlEncoding.type, com.mapd.parser.extension.ddl.heavysql.HeavySqlDataType.type, ai.heavy.jdbc.HeavyAIArray.type, com.mapd.parser.extension.ddl.SqlValidateSystem.type, com.mapd.utility.db_vendors.Db_vendor_types.GisType.type, ai.heavy.jdbc.HeavyAIColumnTypeTest.Answer.type, com.mapd.parser.extension.ddl.SqlGrantPrivilege.type, com.mapd.parser.extension.ddl.SqlRevokePrivilege.type, ConverterCreateParameter.type, foreign_storage::UserMapping.type, heavydb.completion_hints.ttypes.TCompletionHint.type, ColumnLazyFetchInfo.type, generate_TableFunctionsFactory_init.Declaration.type, JoinCondition.type, heavydb.common.ttypes.TTypeInfo.type, Function::NamedArg.type, generate_TableFunctionsFactory_init.Token.type, heavydb.serialized_result_set.ttypes.TTargetInfo.type, heavydb.serialized_result_set.ttypes.TCountDistinctSet.type, generate_TableFunctionsFactory_init.ArgNode.type, generate_TableFunctionsFactory_init.TypeNode.type, heavydb.thrift.ttypes.TColumnRange.type, heavydb.thrift.ttypes.TRenderDatum.type, and heavydb.thrift.Heavy.get_db_object_privs_args.type.

1169  def is_text_encoding_dict(self):
1170  return self.type == 'TextEncodingDict'

Member Data Documentation

generate_TableFunctionsFactory_init.PrimitiveNode.__repr__ = __str__
staticprivate

Definition at line 1174 of file generate_TableFunctionsFactory_init.py.

generate_TableFunctionsFactory_init.PrimitiveNode.type

Definition at line 1160 of file generate_TableFunctionsFactory_init.py.


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