SchemaEqual ( schema_expression, schema_expression )
Syntax Elements
- schema_expression
- Any expression that evaluates to a Teradata CHAR/VARCHAR/CLOB/JSON conforming to the schema specifications.
The following rules are for the Avro schema:
- The two values passed into this function must be valid Avro schemas.
- The SchemaEqual function imposes a more strict set of rules than SchemaMatch. To be equal, one of the following must occur:
A schema's "doc" fields are ignored for the purposes of schema equivalence evaluation.