convert_bit64_columns: Convert any bit64 type columns to integers.

View source: R/insert_into_returning.R

convert_bit64_columnsR Documentation

Convert any bit64 type columns to integers.

Description

Postgres returns bit64 types for integer fields.

Usage

convert_bit64_columns(data)

Arguments

data

The data frame with columns to be converted.

Value

Data frame with with any bit64 columns converted to integers.


vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.