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