PK
{% trans 'Partitioned by:' %} {{ partition_method }}({{ partition_expression }})
{{ partition_method }}({{ partition_expression }})
{% trans 'Sub partitioned by:' %} {{ sub_partition_method }}({{ sub_partition_expression }})
{{ sub_partition_method }}({{ sub_partition_expression }})
{% endif %}
{{- partition.getExpression() -}} {{- partition.getMethod() == 'LIST' ? ' IN (' : ' < ' -}} {{- partition.getDescription() -}} {{- partition.getMethod() == 'LIST' ? ')' -}}