Package io.trino.plugin.localfile
Class LocalFileColumnHandle
java.lang.Object
io.trino.plugin.localfile.LocalFileColumnHandle
- All Implemented Interfaces:
ColumnHandle
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocalFileColumnHandle(String columnName, Type columnType, int ordinalPosition) -
Method Summary
-
Field Details
-
SERVER_ADDRESS_ORDINAL_POSITION
public static final int SERVER_ADDRESS_ORDINAL_POSITION- See Also:
-
SERVER_ADDRESS_COLUMN_NAME
- See Also:
-
-
Constructor Details
-
LocalFileColumnHandle
-
-
Method Details
-
getColumnName
-
getColumnType
-
getOrdinalPosition
public int getOrdinalPosition() -
toColumnMetadata
-
equals
- Specified by:
equalsin interfaceColumnHandle- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceColumnHandle- Overrides:
hashCodein classObject
-
toString
-