Package org.apache.calcite.model
Enum ModelHandler.ExtraOperand
- All Implemented Interfaces:
- Serializable,- Comparable<ModelHandler.ExtraOperand>,- Constable
- Enclosing class:
- ModelHandler
Extra operands automatically injected into a
 
JsonCustomSchema.operand, as extra context for the adapter.- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionBase directory from which to read files.URI of model, e.g.Tables defined in this schema.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic ModelHandler.ExtraOperandReturns the enum constant of this type with the specified name.static ModelHandler.ExtraOperand[]values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Enum Constant Details- 
MODEL_URIURI of model, e.g. "target/test-classes/model.json", "http://localhost/foo/bar.json", "inline:{...}", "target/test-classes/model.yaml", "http://localhost/foo/bar.yaml", "inline:..."
- 
BASE_DIRECTORYBase directory from which to read files.
- 
TABLESTables defined in this schema.
 
- 
- 
Field Details- 
camelName
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-