1234567891011121314151617181920 |
- LIBRARY()
- SRCS(
- extract_predicate_dbg.cpp
- extract_predicate_dbg.h
- extract_predicate_impl.cpp
- extract_predicate_impl.h
- extract_predicate.h
- )
- PEERDIR(
- yql/essentials/core/services
- yql/essentials/core/type_ann
- )
- YQL_LAST_ABI_VERSION()
- END()
- RECURSE_FOR_TESTS(ut)
|