Class SchemaFunctions
java.lang.Object
org.apache.drill.exec.expr.fn.impl.SchemaFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Aggregate function which accepts VarChar column with string representations ofTupleMetadata
and returns string representation ofTupleMetadata
with merged schema.static class
static class
Aggregate function which infers schema from incoming data and returns string representation ofTupleMetadata
with incoming schema. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TupleMetadata
getTupleMetadata
(String serialized) Wraps static method from TupleMetadata to avoidIncompatibleClassChangeError
for JDK 9+.
-
Constructor Details
-
SchemaFunctions
public SchemaFunctions()
-
-
Method Details
-
getTupleMetadata
Wraps static method from TupleMetadata to avoidIncompatibleClassChangeError
for JDK 9+. .- Parameters:
serialized
- tuple metadata in JSON string representation- Returns:
TupleMetadata
instance
-