public class TreeReaderFactory extends Object
Constructor and Description |
---|
TreeReaderFactory() |
Modifier and Type | Method and Description |
---|---|
static BatchReader |
createRootReader(TypeDescription readerType,
TreeReaderFactory.Context context) |
static TypeReader |
createTreeReader(TypeDescription readerType,
TreeReaderFactory.Context context) |
static boolean |
isDecimalAsLong(OrcFile.Version version,
int precision) |
public static TypeReader createTreeReader(TypeDescription readerType, TreeReaderFactory.Context context) throws IOException
IOException
public static boolean isDecimalAsLong(OrcFile.Version version, int precision)
public static BatchReader createRootReader(TypeDescription readerType, TreeReaderFactory.Context context) throws IOException
IOException
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.