ExternalDataSourcePushdownOption Enum

Definition

The enumeration specifies the external data source type for external tables Currently, we support HADOOP, RDBMS, and SHARD_MAP_MANAGER.

public enum ExternalDataSourcePushdownOption
type ExternalDataSourcePushdownOption = 
Public Enum ExternalDataSourcePushdownOption
Inheritance
ExternalDataSourcePushdownOption

Fields

OFF 1

PUSHDOWN = OFF

ON 0

PUSDOWN = ON

Applies to