case class RequiredDeltaTableProperty[T](deltaConfig: DeltaConfig[T], validator: (T) ⇒ Boolean, autoSetValue: String) extends Product with Serializable
Wrapper class for table property validation
- deltaConfig
DeltaConfig we are checking
- validator
A generic method to validate the given value
- autoSetValue
The value to set if we can auto-set this value (e.g. during table creation)
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequiredDeltaTableProperty
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
RequiredDeltaTableProperty(deltaConfig: DeltaConfig[T], validator: (T) ⇒ Boolean, autoSetValue: String)
- deltaConfig
DeltaConfig we are checking
- validator
A generic method to validate the given value
- autoSetValue
The value to set if we can auto-set this value (e.g. during table creation)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoSetValue: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val deltaConfig: DeltaConfig[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
postProcess(prevMetadata: Metadata, newMetadata: Metadata, isCreatingNewTable: Boolean): Metadata
A callback after all required properties are added to the new metadata.
A callback after all required properties are added to the new metadata.
- returns
Updated metadata. None if no change
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val validator: (T) ⇒ Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()