srdatalog.ir.dialects.relation.sorted_array.print

Print_i for the relation.sorted_array dialect.

See docs/stage3a_execution_plan.md §1 + ../../iir/cf/print.py for the contract. Twelve ops, each maps to a single s-expression form.

Module Contents

Functions

Data

API

srdatalog.ir.dialects.relation.sorted_array.print.OPS: tuple[type, ...]

()

srdatalog.ir.dialects.relation.sorted_array.print.__all__

[‘OPS’, ‘print_op’]

srdatalog.ir.dialects.relation.sorted_array.print.print_op(op, indent: int = 0) str[source]