UNPKG

@fivetrandevelopers/zetasql

Version:
12 lines (11 loc) 730 B
export declare const _zetasql_ResolvedNonScalarFunctionCallBaseEnums_NullHandlingModifier: { readonly DEFAULT_NULL_HANDLING: 0; readonly IGNORE_NULLS: 1; readonly RESPECT_NULLS: 2; }; export type _zetasql_ResolvedNonScalarFunctionCallBaseEnums_NullHandlingModifier = 'DEFAULT_NULL_HANDLING' | 0 | 'IGNORE_NULLS' | 1 | 'RESPECT_NULLS' | 2; export type _zetasql_ResolvedNonScalarFunctionCallBaseEnums_NullHandlingModifier__Output = typeof _zetasql_ResolvedNonScalarFunctionCallBaseEnums_NullHandlingModifier[keyof typeof _zetasql_ResolvedNonScalarFunctionCallBaseEnums_NullHandlingModifier]; export interface ResolvedNonScalarFunctionCallBaseEnums { } export interface ResolvedNonScalarFunctionCallBaseEnums__Output { }