MCPcopy Create free account
hub / github.com/apache/impala / SortInfo

Method SortInfo

fe/src/main/java/org/apache/impala/analysis/SortInfo.java:79–82  ·  view source on GitHub ↗
(List<Expr> sortExprs, List<Boolean> isAscOrder,
      List<Boolean> nullsFirstParams)

Source from the content-addressed store, hash-verified

77 private int numLexicalKeysInZOrder_ = 0;
78
79 public SortInfo(List<Expr> sortExprs, List<Boolean> isAscOrder,
80 List<Boolean> nullsFirstParams) {
81 this(sortExprs, isAscOrder, nullsFirstParams, TSortingOrder.LEXICAL);
82 }
83
84 public SortInfo(List<Expr> sortExprs, List<Boolean> isAscOrder,
85 List<Boolean> nullsFirstParams, TSortingOrder sortingOrder) {

Callers

nothing calls this directly

Calls 3

cloneListMethod · 0.95
sizeMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected