Uses of Class
org.apache.orc.impl.SchemaEvolution
Packages that use SchemaEvolution
-
Uses of SchemaEvolution in org.apache.orc.impl
Methods in org.apache.orc.impl that return SchemaEvolutionModifier and TypeMethodDescriptionTreeReaderFactory.Context.getSchemaEvolution()TreeReaderFactory.ReaderContext.getSchemaEvolution()Methods in org.apache.orc.impl with parameters of type SchemaEvolutionModifier and TypeMethodDescriptionstatic int[]RecordReaderImpl.mapSargColumnsToOrcInternalColIdx(List<org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf> sargLeaves, SchemaEvolution evolution) Find the mapping from predicate leaves to columns.TreeReaderFactory.ReaderContext.setSchemaEvolution(SchemaEvolution evolution) Constructors in org.apache.orc.impl with parameters of type SchemaEvolutionModifierConstructorDescriptionSargApplier(org.apache.hadoop.hive.ql.io.sarg.SearchArgument sarg, long rowIndexStride, SchemaEvolution evolution, OrcFile.WriterVersion writerVersion, boolean useUTCTimestamp) Deprecated.Use the constructor having full parameters.SargApplier(org.apache.hadoop.hive.ql.io.sarg.SearchArgument sarg, long rowIndexStride, SchemaEvolution evolution, OrcFile.WriterVersion writerVersion, boolean useUTCTimestamp, boolean writerUsedProlepticGregorian, boolean convertToProlepticGregorian)