All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.partiql.lang.ast.IsOrderedMeta.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0-perf.1
Show newest version
package org.partiql.lang.ast

/**
 * To reduce any extraneous passes over data, this [Meta] indicates whether the associated BindingsToValues Physical
 * expression should be an ordered list or a bag.
 */
object IsOrderedMeta : Meta {
    override val tag = "\$is_ordered"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy