58 static Result<std::unique_ptr<StrictMetricsEvaluator>> Make(
59 std::shared_ptr<Expression> expr, std::shared_ptr<Schema> schema,
60 bool case_sensitive =
true);
68 Result<bool> Evaluate(
const DataFile& data_file)
const;
72 std::shared_ptr<Schema> schema);
75 std::shared_ptr<Expression> expr_;
76 std::shared_ptr<Schema> schema_;
DataFile carries data file path, partition tuple, metrics, ...
Definition manifest_entry.h:62