Package org.apache.gravitino.dto.rel
Class TableDTO
java.lang.Object
org.apache.gravitino.dto.rel.TableDTO
Represents a Table DTO (Data Transfer Object).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
TableDTO.Builder<S extends TableDTO.Builder>
Builder class for constructing TableDTO instances. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.gravitino.rel.Table
supportPartitions, supportsPartitionStatistics, supportsPolicies, supportsRoles, supportsStatistics, supportsTags
-
Method Details
-
name
-
columns
-
comment
-
properties
- Specified by:
properties
in interfaceTable
- Returns:
- The properties associated with the table.
-
auditInfo
-
partitioning
- Specified by:
partitioning
in interfaceTable
- Returns:
- The partitioning of the table.
-
sortOrder
-
distribution
- Specified by:
distribution
in interfaceTable
- Returns:
- The distribution of the table.
-
index
-
builder
Creates a new Builder to build a Table DTO.- Returns:
- A new Builder instance.
-