public class BoundsChecking extends Object
Bounds checking is on by default. You can disable it by setting either the system property or the environmental variable to "true". The system property can be "arrow.enable_unsafe_memory_access" or "drill.enable_unsafe_memory_access". The latter is deprecated. The environmental variable is named "ARROW_ENABLE_UNSAFE_MEMORY_ACCESS". When both the system property and the environmental variable are set, the system property takes precedence.
Copyright © 2023 The Apache Software Foundation. All rights reserved.