Class TableInfo.Builder
Object
org.apache.spark.sql.connector.catalog.TableInfo.Builder
- Enclosing class:
- TableInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withColumns(Column[] columns) withConstraints(Constraint[] constraints) withPartitions(Transform[] partitions) withProperties(Map<String, String> properties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withColumns
-
withProperties
-
withPartitions
-
withConstraints
-
build
-