Example: Retrieving the Schema Size for a DATASET Data Type Instance (AVRO)
SELECT avroFile.getSchemaSize() FROM myAVROTable06;
Result:
> 375
Example: Retrieving the Schema Size for a DATASET Data Type Instance (CSV)
SELECT csvFile.getSchemaSize() FROM myCSVTable06;
Result:
> 100