MCPcopy Index your code
hub / github.com/apache/orc / build

Method build

java/core/src/java/org/apache/orc/DataMask.java:106–106  ·  view source on GitHub ↗

Build a mask with the given parameters. @param description the description of the data mask @param schema the type of the field @param overrides a function to override this mask on a sub-column @return the new data mask or null if this name is unknown

(DataMaskDescription description,
                   TypeDescription schema,
                   MaskOverrides overrides)

Source from the content-addressed store, hash-verified

104 * @return the new data mask or null if this name is unknown
105 */
106 DataMask build(DataMaskDescription description,
107 TypeDescription schema,
108 MaskOverrides overrides);
109 }

Callers 15

TESTFunction · 0.65
TestRangePredicatesFunction · 0.65
TestNoRowsSelectedFunction · 0.65
TestOrPredicatesFunction · 0.65
TestSeekWithPredicatesFunction · 0.65
TESTFunction · 0.65
CheckFileWithSargsFunction · 0.65

Implementers 8

SearchArgumentBuilderImplc++/src/sargs/SearchArgument.hh
RangeBuilderjava/core/src/test/org/apache/orc/impl
Factoryjava/core/src/java/org/apache/orc/Data
Builderjava/core/src/java/org/apache/orc/impl
MaskFactoryjava/core/src/java/org/apache/orc/impl
MaskProviderjava/core/src/java/org/apache/orc/impl
OrcRecipeconan/all/conanfile.py
TestPackageConanconan/all/test_package/conanfile.py

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.52
TestRangePredicatesFunction · 0.52
TestNoRowsSelectedFunction · 0.52
TestOrPredicatesFunction · 0.52
TestSeekWithPredicatesFunction · 0.52
TESTFunction · 0.52
CheckFileWithSargsFunction · 0.52