SetLogicalOperator - Teradata Meta Data Services

Teradata Meta Data Services Programmer Guide

Product
Teradata Meta Data Services
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
Product Category
Teradata Tools and Utilities

SetLogicalOperator

Purpose

The CMetaFilterInfo SetComparisonOperator function sets the LogicalOperator to use in the property search.

Description

If multiple properties are specified in the search, the logical operator between the property searches must be specified. The default value for the LogicalOperator is META_AND.

Syntax

void SetLogicalOperator(
	const MetaLogicalOperator &logicalOp);
 

Argument

In/Out

Description

logicalOperator

In

Operator which defines the type of operator between properties. The values are:

  • META_AND
  • META_OR