Package org.apache.iceberg.view
Class CommonViewConstants
- java.lang.Object
-
- org.apache.iceberg.view.CommonViewConstants
-
public class CommonViewConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCommonViewConstants.ViewVersionSummaryConstantsAll the properties except 'common_view' are stored in the View's Version Summary.
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMON_VIEWConstants that can be used by engines to send additional information for view operations being performed.static StringENGINE_VERSIONstatic StringGENIE_IDstatic StringOPERATION
-
Constructor Summary
Constructors Constructor Description CommonViewConstants()
-
-
-
Field Detail
-
COMMON_VIEW
public static final String COMMON_VIEW
Constants that can be used by engines to send additional information for view operations being performed.- See Also:
- Constant Field Values
-
ENGINE_VERSION
public static final String ENGINE_VERSION
- See Also:
- Constant Field Values
-
GENIE_ID
public static final String GENIE_ID
- See Also:
- Constant Field Values
-
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
-
-