Record Class TableSchema
java.lang.Object
java.lang.Record
io.trino.metadata.TableSchema
-
Constructor Summary
ConstructorsConstructorDescriptionTableSchema(CatalogName catalogName, ConnectorTableSchema tableSchema) Creates an instance of aTableSchemarecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecatalogNamerecord component.columns()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.table()Returns the value of thetableSchemarecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TableSchema
Creates an instance of aTableSchemarecord class.- Parameters:
catalogName- the value for thecatalogNamerecord componenttableSchema- the value for thetableSchemarecord component
-
-
Method Details
-
qualifiedName
-
table
-
columns
-
column
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
catalogName
Returns the value of thecatalogNamerecord component.- Returns:
- the value of the
catalogNamerecord component
-
tableSchema
Returns the value of thetableSchemarecord component.- Returns:
- the value of the
tableSchemarecord component
-