Modules

Summary

module

truncated documentation

__init__

module pysqllike Module pysqllike. Parses Python and produces equivalent code in other languages in a map reduce logic. source on GitHub

code_exception

module pysqllike.translation.code_exception One class which visits a syntax tree. source on GitHub

column_group_operator

module pysqllike.generic.column_group_operator Creates custom classes to interpret Python expression as column operations. source on GitHub

column_operator

module pysqllike.generic.column_operator Creates custom classes to interpret Python expression as column operations. source on GitHub

column_type

module pysqllike.generic.column_type Classes which defines column for class IterRow source on GitHub

iter_exceptions

module pysqllike.generic.iter_exceptions An class which iterates on any set. source on GitHub

iter_rows

module pysqllike.generic.iter_rows An class which iterates on any set. source on GitHub

node_visitor_translator

module pysqllike.translation.node_visitor_translator One class which visits a syntax tree. source on GitHub

others_types

module pysqllike.generic.others_types defines custom types source on GitHub

translation_class

module pysqllike.translation.translation_class One class which visits a syntax tree. source on GitHub

translation_to_python

module pysqllike.translation.translation_to_python One class which visits a syntax tree. source on GitHub