public class SchemaFunctions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaFunctions.MergeNullableSchemaFunction
Aggregate function which accepts VarChar column with string representations of
TupleMetadata
and returns string representation of TupleMetadata with merged schema. |
static class |
SchemaFunctions.MergeSchemaFunction |
static class |
SchemaFunctions.SchemaFunction
Aggregate function which infers schema from incoming data and returns string representation of
TupleMetadata
with incoming schema. |
| Constructor and Description |
|---|
SchemaFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static TupleMetadata |
getTupleMetadata(String serialized)
Wraps static method from TupleMetadata to avoid
IncompatibleClassChangeError for JDK 9+. |
public static TupleMetadata getTupleMetadata(String serialized)
IncompatibleClassChangeError for JDK 9+.
JDK-8147755.serialized - tuple metadata in JSON string representationTupleMetadata instanceCopyright © 2022 The Apache Software Foundation. All rights reserved.