Java org.apache.spark.sql.catalyst.expressions.codegen BufferHolder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.spark.sql.catalyst.expressions.codegen BufferHolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.spark.sql.catalyst.expressions.codegen BufferHolder.

The text is from its open source code.

Constructor

Method

voidgrow(int neededSize)
Grows the buffer by at least neededSize and points the row to the buffer.