processDataTypeBigInt method

void processDataTypeBigInt(
  1. DataTypeBigInt node
)

Implementation

void processDataTypeBigInt(DataTypeBigInt node) {
  _process(node);
}