col_store: col_store

View source: R/col_store.r

col_storeR Documentation

col_store

Description

This function create a columns stored index on a specified table

Usage

col_store(conn, bdd, schema, table_name, drop = FALSE)

Arguments

conn

A DBI connection

bdd

The sql database name

schema

The sql schema name

drop

default is FALSE, if True, drop the existing index first to create the new one.

table

The sql Table name

Examples

col_store(conn = conn, BDD = 'STATPRODTEMP',Schema = 'GEN',table_name = 'MTCARS',drop = FALSE)
col_store()


JonasPipoz/retlstat documentation built on March 29, 2024, 7:43 p.m.