
org.jetbrains.kotlinx.ggdsl.ir.data.ColumnPointer.kt Maven / Gradle / Ivy
package org.jetbrains.kotlinx.ggdsl.ir.data
// todo nullable?
/**
* Pointer to the data source - a column in the table with the corresponding name.
*
* @param T a type of column
* @property id the name of column in the table
* @property type reified type of data TODO: was removed
*/
public data class ColumnPointer(val id: String, /* TODO val type: KType*/)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy