public class MapType extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.orc.tools.json.HiveType.Kind | kind | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| TypeDescription | getSchema() | 
| int | hashCode() | 
| void | merge(org.apache.orc.tools.json.HiveType other)Merge the other type into this one. | 
| void | printFlat(PrintStream out,
         String prefix)Print this type into the stream using a flat structure given the
 prefix on each element. | 
| boolean | subsumes(org.apache.orc.tools.json.HiveType other)Does this type include all of the values of the other type? | 
| String | toString() | 
protected org.apache.orc.tools.json.HiveType.Kind kind
public boolean equals(Object o)
public int hashCode()
public boolean subsumes(org.apache.orc.tools.json.HiveType other)
other - the other type to compare againstpublic void merge(org.apache.orc.tools.json.HiveType other)
public void printFlat(PrintStream out, String prefix)
out - the stream to print toprefix - the prefix to add to each field namepublic TypeDescription getSchema()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.