public class Column
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listColumns method in Catalog.
 param: name name of the column. param: description description of the column. param: dataType data type of the column. param: nullable whether the column is nullable. param: isPartition whether the column is a partition column. param: isBucket whether the column is a bucket column.
| Constructor and Description | 
|---|
| Column(String name,
      String description,
      String dataType,
      boolean nullable,
      boolean isPartition,
      boolean isBucket) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | dataType() | 
| String | description() | 
| boolean | isBucket() | 
| boolean | isPartition() | 
| String | name() | 
| boolean | nullable() | 
| String | toString() |