OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | accept |
def | __eq__ |
Public Member Functions inherited from TableFunctionsFactory_node.TypeNode | |
def | is_array |
def | is_column_any |
def | is_column |
def | is_column_list |
def | is_cursor |
def | is_output_buffer_sizer |
def | is_text_encoding_dict |
def | is_array_text_encoding_dict |
def | is_integer_scalar |
def | is_float_scalar |
def | is_boolean_scalar |
def | is_string_scalar |
def | is_scalar |
Public Member Functions inherited from TableFunctionsFactory_node.Node | |
def | accept |
def | get_parent |
def | copy |
Public Member Functions inherited from TableFunctionsFactory_node.PrintNode | |
def | __str__ |
def | __repr__ |
Public Attributes | |
type | |
Public Attributes inherited from TableFunctionsFactory_node.TypeNode | |
type | |
Definition at line 178 of file TableFunctionsFactory_node.py.
def TableFunctionsFactory_node.PrimitiveNode.__init__ | ( | self, | |
type | |||
) |
Parameters ---------- type : str
Definition at line 180 of file TableFunctionsFactory_node.py.
def TableFunctionsFactory_node.PrimitiveNode.__eq__ | ( | self, | |
other | |||
) |
Definition at line 191 of file TableFunctionsFactory_node.py.
References TableFunctionsFactory_declbracket.Declaration.type, 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, TableFunctionsFactory_node.ArgNode.type, TableFunctionsFactory_node.TypeNode.type, JoinCondition.type, heavydb.common.ttypes.TTypeInfo.type, Function::NamedArg.type, heavydb.serialized_result_set.ttypes.TTargetInfo.type, heavydb.serialized_result_set.ttypes.TCountDistinctSet.type, heavydb.thrift.ttypes.TColumnRange.type, heavydb.thrift.ttypes.TRenderDatum.type, and heavydb.thrift.Heavy.get_db_object_privs_args.type.
def TableFunctionsFactory_node.PrimitiveNode.accept | ( | self, | |
visitor | |||
) |
Definition at line 188 of file TableFunctionsFactory_node.py.
Referenced by TableFunctionsFactory_node.PrintNode.__str__().
TableFunctionsFactory_node.PrimitiveNode.type |
Definition at line 186 of file TableFunctionsFactory_node.py.
Referenced by TableFunctionsFactory_parser.Token.__str__().