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

tech.ytsaurus.spyt.wrapper.table.BaseYtTableSettings.scala Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.spyt.wrapper.table

import tech.ytsaurus.core.tables.TableSchema
import tech.ytsaurus.ysontree.YTreeNode

class BaseYtTableSettings(schema: TableSchema, rawOptions: Map[String, Any] = Map.empty) extends YtTableSettings {
  override def ytSchema: YTreeNode = schema.toYTree

  override def optionsAny: Map[String, Any] = rawOptions
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy