Class ComplexSchemaFunctions.GetMapSchemaFunction

java.lang.Object
org.apache.drill.exec.udfs.ComplexSchemaFunctions.GetMapSchemaFunction
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc
Enclosing class:
ComplexSchemaFunctions

public static class ComplexSchemaFunctions.GetMapSchemaFunction extends Object implements DrillSimpleFunc
This function exists to help the user understand the inner schemata of maps It is NOT recursive (yet).
  • Constructor Details

    • GetMapSchemaFunction

      public GetMapSchemaFunction()
  • Method Details