UNPKG

@fivetrandevelopers/zetasql

Version:
12 lines (11 loc) 604 B
export declare const _zetasql_ASTFunctionCallEnums_NullHandlingModifier: { readonly DEFAULT_NULL_HANDLING: 0; readonly IGNORE_NULLS: 1; readonly RESPECT_NULLS: 2; }; export type _zetasql_ASTFunctionCallEnums_NullHandlingModifier = 'DEFAULT_NULL_HANDLING' | 0 | 'IGNORE_NULLS' | 1 | 'RESPECT_NULLS' | 2; export type _zetasql_ASTFunctionCallEnums_NullHandlingModifier__Output = typeof _zetasql_ASTFunctionCallEnums_NullHandlingModifier[keyof typeof _zetasql_ASTFunctionCallEnums_NullHandlingModifier]; export interface ASTFunctionCallEnums { } export interface ASTFunctionCallEnums__Output { }