object TableFeatureProtocolUtils
- Alphabetic
- By Inheritance
- TableFeatureProtocolUtils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT_FEATURE_PROP_PREFIX: String
Prop prefix in Spark sessions configs.
- val FEATURE_PROP_PREFIX: String
Prop prefix in table properties.
- val FEATURE_PROP_SUPPORTED: String
The string constant "supported" for uses in table properties.
- val TABLE_FEATURES_MIN_READER_VERSION: Int
Min reader version that supports reader features.
- val TABLE_FEATURES_MIN_WRITER_VERSION: Int
Min reader version that supports writer features.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultPropertyKey(featureName: String): String
Get the session default config key for the
featureName. - def defaultPropertyKey(feature: TableFeature): String
Get the session default config key for the
feature. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getSupportedFeaturesFromTableConfigs(configs: Map[String, String]): Set[TableFeature]
Get a set of TableFeatures representing supported features set in a table properties map.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTableProtocolProperty(key: String): Boolean
Checks if the the given table property key is a Table Protocol property, i.e.,
delta.minReaderVersion,delta.minWriterVersion,, or anything that starts withdelta.ignoreProtocolDefaultsdelta.feature. - def minimumRequiredVersions(features: Seq[TableFeature]): (Int, Int)
Returns the minimum reader/writer versions required to support all provided features.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def propertyKey(featureName: String): String
Get the table property config key for the
featureName. - def propertyKey(feature: TableFeature): String
Get the table property config key for the
feature. - def supportsReaderFeatures(readerVersion: Int): Boolean
Determine whether a Protocol with the given reader protocol version is capable of adding features into its
readerFeaturesfield. - def supportsWriterFeatures(writerVersion: Int): Boolean
Determine whether a Protocol with the given writer protocol version is capable of adding features into its
writerFeaturesfield. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- val FEATURE_PROP_ENABLED: String
The string constant "enabled" for uses in table properties.
The string constant "enabled" for uses in table properties.
- Deprecated
This value is deprecated to avoid confusion with features that are actually enabled by table metadata. Use FEATURE_PROP_SUPPORTED instead.