Class NamedReference.MetadataField
java.lang.Object
org.apache.gravitino.rel.expressions.NamedReference.MetadataField
- All Implemented Interfaces:
Expression,NamedReference
- Enclosing interface:
- NamedReference
A
NamedReference that references a metadata field.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.expressions.NamedReference
NamedReference.FieldReference, NamedReference.MetadataField -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NamedReference.MetadataFieldA metadata field that represents the name of a partition in a partitioned table.Fields inherited from interface org.apache.gravitino.rel.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.gravitino.rel.expressions.NamedReference
children, references
-
Field Details
-
PARTITION_NAME_FIELD
A metadata field that represents the name of a partition in a partitioned table.
-
-
Method Details
-
fieldName
Description copied from interface:NamedReferenceReturns the referenced field name as an array of String parts.Each string in the returned array represents a field name.
- Specified by:
fieldNamein interfaceNamedReference- Returns:
- the referenced field name as an array of String parts.
-
equals
-
hashCode
public int hashCode() -
toString
-